diff lisp/mail/rmailkwd.el @ 104907:6a35503cf20b

Put autoloads in rmail.el rather than loaddefs.el.
author Glenn Morris <rgm@gnu.org>
date Thu, 10 Sep 2009 06:18:23 +0000
parents 8b13a9b37672
children 1d1d5d9bd884
line wrap: on
line diff
--- a/lisp/mail/rmailkwd.el	Thu Sep 10 03:42:13 2009 +0000
+++ b/lisp/mail/rmailkwd.el	Thu Sep 10 06:18:23 2009 +0000
@@ -159,6 +159,7 @@
 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 @@
 
 (provide 'rmailkwd)
 
+;; Local Variables:
+;; generated-autoload-file: "rmail.el"
+;; End:
+
 ;; arch-tag: 1149979c-8e47-4333-9629-cf3dc887a6a7
 ;;; rmailkwd.el ends here