aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael I. Bushnell1991-05-22 22:04:08 +0000
committerMichael I. Bushnell1991-05-22 22:04:08 +0000
commit4927c645fb77e9ff5d53cb5005aa30efa3136842 (patch)
tree457a8da1fb3c91b07211631e62785bf3c35d045d
parentb54621eaa14293c9f3b28aad6cd1ac9a84cfbcde (diff)
downloademacs-4927c645fb77e9ff5d53cb5005aa30efa3136842.tar.gz
emacs-4927c645fb77e9ff5d53cb5005aa30efa3136842.zip
*** empty log message ***
-rw-r--r--lisp/mail/rmail.el4
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:
358 (setq rmail-inbox-list (rmail-parse-file-inboxes)) 358 (setq rmail-inbox-list (rmail-parse-file-inboxes))
359 (make-local-variable 'rmail-keywords) 359 (make-local-variable 'rmail-keywords)
360 ;; this gets generated as needed 360 ;; this gets generated as needed
361 (setq rmail-keywords nil) 361 (setq rmail-keywords nil))
362 (make-local-variable 'save-buffers-skip)
363 (setq save-buffers-skip t))
364 362
365;; Handle M-x revert-buffer done in an rmail-mode buffer. 363;; Handle M-x revert-buffer done in an rmail-mode buffer.
366(defun rmail-revert (arg noconfirm) 364(defun rmail-revert (arg noconfirm)