# HG changeset patch # User Glenn Morris # Date 1252563503 0 # Node ID 6a35503cf20bd79e2fb6aa5868908eea79dd88be # Parent 7018aaffba60737aac37f336d878887c58382c7e Put autoloads in rmail.el rather than loaddefs.el. diff -r 7018aaffba60 -r 6a35503cf20b lisp/mail/rmailedit.el --- a/lisp/mail/rmailedit.el Thu Sep 10 03:42:13 2009 +0000 +++ b/lisp/mail/rmailedit.el Thu Sep 10 06:18:23 2009 +0000 @@ -387,5 +387,9 @@ (provide 'rmailedit) +;; Local Variables: +;; generated-autoload-file: "rmail.el" +;; End: + ;; arch-tag: 9524f335-12cc-4e95-9e9b-3208dc30550b ;;; rmailedit.el ends here diff -r 7018aaffba60 -r 6a35503cf20b lisp/mail/rmailkwd.el --- 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 diff -r 7018aaffba60 -r 6a35503cf20b lisp/mail/rmailmm.el --- a/lisp/mail/rmailmm.el Thu Sep 10 03:42:13 2009 +0000 +++ b/lisp/mail/rmailmm.el Thu Sep 10 06:18:23 2009 +0000 @@ -406,5 +406,9 @@ (provide 'rmailmm) +;; Local Variables: +;; generated-autoload-file: "rmail.el" +;; End: + ;; arch-tag: 3f2c5e5d-1aef-4512-bc20-fd737c9d5dd9 ;;; rmailmm.el ends here diff -r 7018aaffba60 -r 6a35503cf20b lisp/mail/rmailmsc.el --- a/lisp/mail/rmailmsc.el Thu Sep 10 03:42:13 2009 +0000 +++ b/lisp/mail/rmailmsc.el Thu Sep 10 06:18:23 2009 +0000 @@ -41,6 +41,7 @@ (with-temp-buffer (insert file-name) (goto-char (point-min)) + ;; split-string does not remove leading/trailing whitespace. (nreverse (mail-parse-comma-list))))) (when (or (not rmail-inbox-list) (y-or-n-p (concat "Replace " @@ -53,5 +54,9 @@ (setq rmail-inbox-list inbox-list))) (rmail-show-message-1 rmail-current-message)) +;; Local Variables: +;; generated-autoload-file: "rmail.el" +;; End: + ;; arch-tag: 94614a62-2a0a-4e25-bac9-06f461ed4c60 ;;; rmailmsc.el ends here diff -r 7018aaffba60 -r 6a35503cf20b lisp/mail/rmailsort.el --- a/lisp/mail/rmailsort.el Thu Sep 10 03:42:13 2009 +0000 +++ b/lisp/mail/rmailsort.el Thu Sep 10 06:18:23 2009 +0000 @@ -250,5 +250,9 @@ (provide 'rmailsort) +;; Local Variables: +;; generated-autoload-file: "rmail.el" +;; End: + ;; arch-tag: 665da245-f6a7-4115-ad8c-ba19216988d5 ;;; rmailsort.el ends here diff -r 7018aaffba60 -r 6a35503cf20b lisp/mail/undigest.el --- a/lisp/mail/undigest.el Thu Sep 10 03:42:13 2009 +0000 +++ b/lisp/mail/undigest.el Thu Sep 10 06:18:23 2009 +0000 @@ -213,6 +213,7 @@ (set-buffer buff) (rmail-swap-buffers-maybe) (goto-char (point-max)) + ;; FIXME use rmail-count-new-messages. (rmail-set-message-counters) (set-buffer-modified-p t) (rmail-show-message current) @@ -312,6 +313,7 @@ (set-buffer buff) (rmail-swap-buffers-maybe) (goto-char (point-max)) + ;; FIXME use rmail-count-new-messages. (rmail-set-message-counters) (set-buffer-modified-p t) (rmail-show-message current) @@ -323,5 +325,9 @@ (provide 'undigest) +;; Local Variables: +;; generated-autoload-file: "rmail.el" +;; End: + ;; arch-tag: 3a28b9fb-c1f5-43ef-9278-285f3e4b874d ;;; undigest.el ends here