emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog mail/rmailout.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog mail/rmailout.el
Date: Sun, 15 Feb 2009 20:45:08 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/02/15 20:45:07

Modified files:
        lisp           : ChangeLog 
        lisp/mail      : rmailout.el 

Log message:
        (rmail-update-summary): Move declaration earlier in file.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15335&r2=1.15336
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/rmailout.el?cvsroot=emacs&r1=1.90&r2=1.91

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15335
retrieving revision 1.15336
diff -u -b -r1.15335 -r1.15336
--- ChangeLog   15 Feb 2009 03:26:17 -0000      1.15335
+++ ChangeLog   15 Feb 2009 20:45:03 -0000      1.15336
@@ -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  <address@hidden>
 

Index: mail/rmailout.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/rmailout.el,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- mail/rmailout.el    15 Feb 2009 03:26:20 -0000      1.90
+++ mail/rmailout.el    15 Feb 2009 20:45:06 -0000      1.91
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]