Mercurial > emacs
changeset 101366:05175041ba3a
(pmail-buffer-swapped): Mark as permanent local.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 23 Jan 2009 02:33:43 +0000 |
parents | 2f0f7be5cbea |
children | c21e27303ea0 |
files | lisp/mail/pmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/pmail.el Fri Jan 23 02:33:37 2009 +0000 +++ b/lisp/mail/pmail.el Fri Jan 23 02:33:43 2009 +0000 @@ -581,7 +581,7 @@ (defvar pmail-buffer-swapped nil "If non-nil, `pmail-buffer' is swapped with `pmail-view-buffer'.") -(make-variable-buffer-local 'pmail-buffer-swapped) +(put 'pmail-buffer-swapped 'permanent-local t) (defvar pmail-view-buffer nil "Buffer which holds PMAIL message for MIME displaying.")