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-show.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs/notmuch-show.el') diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 0e558db..7ec6aa5 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -586,7 +586,6 @@ function is used. " "Keymap for \"notmuch show\" buffers.") (fset 'notmuch-show-mode-map notmuch-show-mode-map) -;;;###autoload (defun notmuch-show-mode () "Major mode for viewing a thread with notmuch. -- cgit v1.2.3