(rmail-output-to-rmail-file): Move autoload here from gnus.el.
authorGlenn Morris <rgm@gnu.org>
Sat, 14 Feb 2009 03:36:27 +0000 (03:36 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 14 Feb 2009 03:36:27 +0000 (03:36 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-art.el

index 37345b4..ed0ead7 100644 (file)
@@ -1,3 +1,16 @@
+2009-02-14  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <rgm@gnu.org>
 
        * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
        * nntp.el (nntp-send-authinfo): Use list of
        auth-source modes.
 
-2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
-
-       * nntp.el (nntp-send-authinfo): 
-
 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * auth-source.el: Update docs to reflect epa-file-enable is to be used
index 0e8dede..fa45f87 100644 (file)
@@ -3879,6 +3879,9 @@ Directory to save to is default to `gnus-article-save-directory'."
        (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.