From: Glenn Morris Date: Sun, 15 Feb 2009 20:45:03 +0000 (+0000) Subject: (rmail-update-summary): Move declaration earlier in file. X-Git-Tag: emacs-pretest-23.0.91~200 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dfeab39416f6076ceaf6cff8a5ba4fa526dee947;p=emacs.git (rmail-update-summary): Move declaration earlier in file. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d097c18917d..ea988d17f26 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 747d84cb968..0d3047c5060 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -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.