From b11ecf613a3e574ff80e0e9ec5825b43b541ab12 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 29 Oct 2010 15:27:01 -0700 Subject: emacs: Fix the autoload comments Remove them from non-top-level entry points, (such as the functions to set notmuch modes and the deprecated notmuch-folder function). And add one to the notmuch-hello function. Also, add missing documentation string to notmuch-hello. --- emacs/notmuch.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs/notmuch.el') diff --git a/emacs/notmuch.el b/emacs/notmuch.el index d1543f4b..0cb2e5b1 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -329,7 +329,6 @@ For a mouse binding, return nil." "Face used in search mode face for tags." :group 'notmuch) -;;;###autoload (defun notmuch-search-mode () "Major mode displaying results of a notmuch search. -- cgit v1.2.3