diff options
author | Michael I. Bushnell <mib@gnu.org> | 1991-05-22 22:04:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1991-05-22 22:04:08 +0000 |
commit | 4927c645fb77e9ff5d53cb5005aa30efa3136842 (patch) | |
tree | 457a8da1fb3c91b07211631e62785bf3c35d045d /lisp | |
parent | b54621eaa14293c9f3b28aad6cd1ac9a84cfbcde (diff) | |
download | emacs-4927c645fb77e9ff5d53cb5005aa30efa3136842.tar.gz emacs-4927c645fb77e9ff5d53cb5005aa30efa3136842.tar.bz2 emacs-4927c645fb77e9ff5d53cb5005aa30efa3136842.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/rmail.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 426c6eb4cc4..4a68e089a3c 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -358,9 +358,7 @@ Instead, these commands are available: (setq rmail-inbox-list (rmail-parse-file-inboxes)) (make-local-variable 'rmail-keywords) ;; this gets generated as needed - (setq rmail-keywords nil) - (make-local-variable 'save-buffers-skip) - (setq save-buffers-skip t)) + (setq rmail-keywords nil)) ;; Handle M-x revert-buffer done in an rmail-mode buffer. (defun rmail-revert (arg noconfirm) |