Mercurial > emacs
changeset 101373:6681261c6f03
Sync a final change from pmail.el:
Chong Yidong <cyd at stupidchicken.com>
(rmail-buffer-swapped): Mark as permanent local.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 23 Jan 2009 03:55:10 +0000 |
parents | 21f52bbdeeb7 |
children | d655887469d9 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Fri Jan 23 03:51:44 2009 +0000 +++ b/lisp/mail/rmail.el Fri Jan 23 03:55:10 2009 +0000 @@ -581,7 +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 "Buffer which holds RMAIL message for MIME displaying.")