# HG changeset patch # User Glenn Morris # Date 1234582587 0 # Node ID 868efb35abc9003edcc7ee97e68d2863f663aa27 # Parent 297e7d761b44320620a3e00fa7e7dcc3637bb381 (rmail-output-to-rmail-file): Move autoload here from gnus.el. diff -r 297e7d761b44 -r 868efb35abc9 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Sat Feb 14 03:35:37 2009 +0000 +++ b/lisp/gnus/ChangeLog Sat Feb 14 03:36:27 2009 +0000 @@ -1,3 +1,16 @@ +2009-02-14 Glenn Morris + + * gnus.el (rmail-default-rmail-file): Remove declaration of deleted + variable (only used in gnus-util, which declares it anyway). + (rmail-output-to-rmail-file): Move autoload to gnus-art, the only place + that uses it. + (rmail-insert-rmail-file-header): Remove autoload of deleted function, + only used in gnus-util, which autoloads it itself. + (rmail-update-summary): Fix autoload. + + * gnus-art.el (rmail-output-to-rmail-file): Move autoload here + from gnus.el. + 2009-02-07 Glenn Morris * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded @@ -25,10 +38,6 @@ * nntp.el (nntp-send-authinfo): Use list of auth-source modes. -2009-01-26 Teodor Zlatanov - - * nntp.el (nntp-send-authinfo): - 2009-01-16 Teodor Zlatanov * auth-source.el: Update docs to reflect epa-file-enable is to be used diff -r 297e7d761b44 -r 868efb35abc9 lisp/gnus/gnus-art.el --- a/lisp/gnus/gnus-art.el Sat Feb 14 03:35:37 2009 +0000 +++ b/lisp/gnus/gnus-art.el Sat Feb 14 03:36:27 2009 +0000 @@ -3879,6 +3879,9 @@ (gnus-output-to-rmail filename)))) filename) +;; FIXME deleted in Emacs 23. +(autoload 'rmail-output-to-rmail-file "rmailout") + (defun gnus-summary-save-in-mail (&optional filename) "Append this article to Unix mail file. Optional argument FILENAME specifies file name.