From 457b68366cc245e99a9193e8af6886d5c7653f9a Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 23 Jan 2009 02:33:43 +0000 Subject: [PATCH] (pmail-buffer-swapped): Mark as permanent local. --- lisp/mail/pmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/pmail.el b/lisp/mail/pmail.el index 7787f762f7d..8ce0a27476b 100644 --- a/lisp/mail/pmail.el +++ b/lisp/mail/pmail.el @@ -581,7 +581,7 @@ by substituting the new message number into the existing list.") (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.") -- 2.11.4.GIT