emacs: restore autoload cookie for notmuch-search

The cookie only applies to next form, so in the previous location it
applied to the put, rather than the function.
This commit is contained in:
David Bremner 2016-12-07 20:45:51 -04:00
parent f1160fbe2c
commit 001256ab29

View file

@ -931,8 +931,8 @@ PROMPT is the string to prompt with."
"Return the current query in this search buffer"
notmuch-search-query-string)
;;;###autoload
(put 'notmuch-search 'notmuch-doc "Search for messages.")
;;;###autoload
(defun notmuch-search (&optional query oldest-first target-thread target-line)
"Display threads matching QUERY in a notmuch-search buffer.