aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-01-23 22:33:43 +0000
committerChong Yidong2009-01-23 22:33:43 +0000
commiteec86b015fc70449cbcfbc988c26898ed90617e4 (patch)
tree72d8425c9c88b29ae862210e3855fcd898eae42b
parent2d1aca19c4c0af01c557ea906f71416f77924643 (diff)
downloademacs-eec86b015fc70449cbcfbc988c26898ed90617e4.tar.gz
emacs-eec86b015fc70449cbcfbc988c26898ed90617e4.zip
(rmail-buffer-swapped): Fix last change.
-rw-r--r--lisp/mail/rmail.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 19f32efc136..8930cc3bce9 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -581,6 +581,7 @@ by substituting the new message number into the existing list.")
581 581
582(defvar rmail-buffer-swapped nil 582(defvar rmail-buffer-swapped nil
583 "If non-nil, `rmail-buffer' is swapped with `rmail-view-buffer'.") 583 "If non-nil, `rmail-buffer' is swapped with `rmail-view-buffer'.")
584(make-variable-buffer-local 'rmail-buffer-swapped)
584(put 'rmail-buffer-swapped 'permanent-local t) 585(put 'rmail-buffer-swapped 'permanent-local t)
585 586
586(defvar rmail-view-buffer nil 587(defvar rmail-view-buffer nil