Mercurial > emacs
changeset 101418:197ad3185efc
(rmail-buffer-swapped): Fix last change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 23 Jan 2009 22:33:43 +0000 |
parents | c30d7e9e169c |
children | a6530c979556 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Fri Jan 23 22:33:20 2009 +0000 +++ b/lisp/mail/rmail.el Fri Jan 23 22:33:43 2009 +0000 @@ -581,6 +581,7 @@ (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