X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=c384313f69fc1c052de87ad29c272251c351c89a;hp=8dbb89824397835c4cf5c6e61a6a8d26c3d44a47;hb=b11ecf613a3e574ff80e0e9ec5825b43b541ab12;hpb=6e3007bec0b453e40d577bb98350cdc122379385 diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 8dbb8982..c384313f 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -317,7 +317,9 @@ Complete list of currently available key bindings: ;;(setq buffer-read-only t) ) +;;;###autoload (defun notmuch-hello (&optional no-display) + "Run notmuch and display saved searches, known tags, etc." (interactive) ; Jump through a hoop to get this value from the deprecated variable @@ -513,7 +515,6 @@ Complete list of currently available key bindings: (unless (widget-at) (notmuch-hello-goto-search))))) -;;;###autoload (defun notmuch-folder () "Deprecated function for invoking notmuch---calling `notmuch' is preferred now." (interactive)