]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-update-summary): Move declaration earlier in file.
authorGlenn Morris <rgm@gnu.org>
Sun, 15 Feb 2009 20:45:03 +0000 (20:45 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 15 Feb 2009 20:45:03 +0000 (20:45 +0000)
lisp/ChangeLog
lisp/mail/rmailout.el

index d097c18917d18464f4f861ade33f98df3a836165..ea988d17f26877149685496f0d63d42323a42217 100644 (file)
@@ -8,6 +8,7 @@
        (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
        (rmail-output-as-mbox): Start search from point-min.  If constructing a
        "From " line, prefer the date header over the current time.
+       (rmail-update-summary): Move declaration earlier in file.
 
 2009-02-15  Richard M Stallman  <rms@gnu.org>
 
index 747d84cb968c895fd7e34f84d847e4afe23b339a..0d3047c5060066e5d9d811425ee4a0c34d668f65 100644 (file)
@@ -130,6 +130,9 @@ It alters the current buffer's text, so it should be a temp buffer."
            (goto-char (point-max))
            (insert-buffer-substring tembuf)))))))
 
+;; Called only if rmail-summary-exists, which means rmailsum is loaded.
+(declare-function rmail-update-summary "rmailsum" (&rest ignore))
+
 (defun rmail-output-to-babyl-buffer (tembuf msg)
   "Copy msg in TEMBUF from BEG to END into this old R-mail BABYL buffer.
 Do what is necessary to make babyl R-mail know about the new message.
@@ -359,9 +362,6 @@ AS-SEEN is non-nil if we are copying the message \"as seen\"."
            (goto-char (point-max))
            (insert-buffer-substring tembuf)))))))
 
-;; Called only if rmail-summary-exists, which means rmailsum is loaded.
-(declare-function rmail-update-summary "rmailsum" (&rest ignore))
-
 (defun rmail-output-to-rmail-buffer (tembuf msg)
   "Copy msg in TEMBUF from BEG to END into this Rmail buffer.
 Do what is necessary to make Rmail know about the new message.