mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
f1160fbe2c
commit
001256ab29
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue