diff options
| author | David Bremner <david@tethera.net> | 2016-12-07 20:45:51 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-12-15 20:22:34 +0900 |
| commit | 001256ab2916ab809b75ea8aa4bc363bf81a4174 (patch) | |
| tree | 57b925ea2be1d0b6b5acc6c0a85f4174ea22e4f3 | |
| parent | f1160fbe2cb006e6a2a84085c106c2d9c7fe07dc (diff) | |
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.
| -rw-r--r-- | emacs/notmuch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 68a4c0b1..46f14fea 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -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. |
