From dfeab39416f6076ceaf6cff8a5ba4fa526dee947 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 15 Feb 2009 20:45:03 +0000 Subject: [PATCH] (rmail-update-summary): Move declaration earlier in file. --- lisp/ChangeLog | 1 + lisp/mail/rmailout.el | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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. -- 2.39.5