summaryrefslogtreecommitdiff
path: root/lisp/mail/undigest.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/undigest.el
parent17b13e732b3180a007e2f25c76bc7d5e8ed985b4 (diff)
downloademacs-35426db400afeef2036b93cc7497e4cb4028d4b1.tar.gz
Put autoloads in rmail.el rather than loaddefs.el.
Diffstat (limited to 'lisp/mail/undigest.el')
-rw-r--r--lisp/mail/undigest.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el
index 2a0ea5ad549..54293b0d4f9 100644
--- a/lisp/mail/undigest.el
+++ b/lisp/mail/undigest.el
@@ -213,6 +213,7 @@ Leaves original message, deleted, before the undigestified messages."
(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 @@ following the containing message."
(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 @@ following the containing message."
(provide 'undigest)
+;; Local Variables:
+;; generated-autoload-file: "rmail.el"
+;; End:
+
;; arch-tag: 3a28b9fb-c1f5-43ef-9278-285f3e4b874d
;;; undigest.el ends here