From 9931353a240412e190501636e691984d412714d8 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 24 Jul 2018 16:58:30 +0800 Subject: mailscripts.el: add autoload cookies Signed-off-by: Sean Whitton --- mailscripts.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mailscripts.el') diff --git a/mailscripts.el b/mailscripts.el index e5aceb1..1d8d406 100644 --- a/mailscripts.el +++ b/mailscripts.el @@ -22,6 +22,7 @@ (require 'notmuch) +;;;###autoload (defun notmuch-slurp-debbug (bug &optional no-open) "Slurp Debian bug with bug number BUG and open the thread in notmuch. @@ -31,6 +32,7 @@ If NO-OPEN, don't open the thread." (unless no-open (notmuch-show (concat "Bug#" bug)))) +;;;###autoload (defun notmuch-slurp-this-debbug () "When viewing a Debian bug in notmuch, download any missing messages." (interactive) -- cgit v1.2.3