summaryrefslogtreecommitdiff
path: root/lisp/mail/rmailkwd.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-09-10 06:18:23 +0000
committerGlenn Morris <rgm@gnu.org>2009-09-10 06:18:23 +0000
commit35426db400afeef2036b93cc7497e4cb4028d4b1 (patch)
treea4462f9c8d11f7e99073c90365037d630bccaddc /lisp/mail/rmailkwd.el
parent17b13e732b3180a007e2f25c76bc7d5e8ed985b4 (diff)
downloademacs-35426db400afeef2036b93cc7497e4cb4028d4b1.tar.gz
Put autoloads in rmail.el rather than loaddefs.el.
Diffstat (limited to 'lisp/mail/rmailkwd.el')
-rw-r--r--lisp/mail/rmailkwd.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/mail/rmailkwd.el b/lisp/mail/rmailkwd.el
index b52ad4897f8..76135c6178d 100644
--- a/lisp/mail/rmailkwd.el
+++ b/lisp/mail/rmailkwd.el
@@ -159,6 +159,7 @@ With prefix argument N moves backward N messages with these labels."
LABELS should be a comma-separated list of label names.
If LABELS is empty, the last set of labels specified is used.
With prefix argument N moves forward N messages with these labels."
+ ;; FIXME show the default in the prompt.
(interactive "p\nsMove to next msg with labels: ")
(if (string= labels "")
(setq labels rmail-last-multi-labels))
@@ -188,5 +189,9 @@ With prefix argument N moves forward N messages with these labels."
(provide 'rmailkwd)
+;; Local Variables:
+;; generated-autoload-file: "rmail.el"
+;; End:
+
;; arch-tag: 1149979c-8e47-4333-9629-cf3dc887a6a7
;;; rmailkwd.el ends here