From: Richard M. Stallman Date: Tue, 17 Feb 2009 18:11:26 +0000 (+0000) Subject: (set-rmail-inbox-list): Doc fix. X-Git-Tag: emacs-pretest-23.0.91~178 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57d2296ade3299c9f018e058aaf26c06e9b121b7;p=emacs.git (set-rmail-inbox-list): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8ee59c0b040..66fe7df65eb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2009-02-17 Richard M Stallman + + * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix. + + * mail/rmail.el (rmail-copy-headers): When copying full headers, + correctly put point at the end. + 2009-02-17 Sam Steingold * progmodes/compile.el (compilation-filter): Call diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el index 5ea18486171..0345e720f5f 100644 --- a/lisp/mail/rmailmsc.el +++ b/lisp/mail/rmailmsc.el @@ -31,7 +31,9 @@ (defun set-rmail-inbox-list (file-name) "Set the inbox list of the current RMAIL file to FILE-NAME. You can specify one file name, or several names separated by commas. -If FILE-NAME is empty, remove any existing inbox list." +If FILE-NAME is empty, remove any existing inbox list. + +This applies only to the current session." (interactive "sSet mailbox list to (comma-separated list of filenames): ") (unless (eq major-mode 'rmail-mode) (error "set-rmail-inbox-list works only for an Rmail file"))