diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-01-23 22:33:43 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-01-23 22:33:43 +0000 |
commit | eec86b015fc70449cbcfbc988c26898ed90617e4 (patch) | |
tree | 72d8425c9c88b29ae862210e3855fcd898eae42b | |
parent | 2d1aca19c4c0af01c557ea906f71416f77924643 (diff) | |
download | emacs-eec86b015fc70449cbcfbc988c26898ed90617e4.tar.gz |
(rmail-buffer-swapped): Fix last change.
-rw-r--r-- | lisp/mail/rmail.el | 1 |
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.") (defvar rmail-buffer-swapped nil "If non-nil, `rmail-buffer' is swapped with `rmail-view-buffer'.") +(make-variable-buffer-local 'rmail-buffer-swapped) (put 'rmail-buffer-swapped 'permanent-local t) (defvar rmail-view-buffer nil |