]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: restore autoload cookie for notmuch-search
authorDavid Bremner <david@tethera.net>
Thu, 8 Dec 2016 00:45:51 +0000 (20:45 -0400)
committerDavid Bremner <david@tethera.net>
Thu, 15 Dec 2016 11:22:34 +0000 (20:22 +0900)
The cookie only applies to next form, so in the previous location it
applied to the put, rather than the function.

emacs/notmuch.el

index 68a4c0b16fcb1869264db76cbf120caf805e9ea8..46f14fea1dd0ff112a57e64154cc5e5eeb19ab37 100644 (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.