Mercurial > emacs
changeset 102051:cb3542dc1e2f
(rmail-update-summary): Move declaration earlier in file.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 15 Feb 2009 20:45:03 +0000 |
parents | ec7d88c6aa9d |
children | 734a66852e68 |
files | lisp/ChangeLog lisp/mail/rmailout.el |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Feb 15 03:26:17 2009 +0000 +++ b/lisp/ChangeLog Sun Feb 15 20:45:03 2009 +0000 @@ -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>
--- a/lisp/mail/rmailout.el Sun Feb 15 03:26:17 2009 +0000 +++ b/lisp/mail/rmailout.el Sun Feb 15 20:45:03 2009 +0000 @@ -130,6 +130,9 @@ (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 @@ (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.