]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-buffer-swapped): Fix last change.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 23 Jan 2009 22:33:43 +0000 (22:33 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 23 Jan 2009 22:33:43 +0000 (22:33 +0000)
lisp/mail/rmail.el

index 19f32efc1368795dd5dc6f284737f96db6f1bc2e..8930cc3bce90ef953dc33feedc665362dd4f494e 100644 (file)
@@ -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