From: Chong Yidong Date: Fri, 23 Jan 2009 02:33:43 +0000 (+0000) Subject: (pmail-buffer-swapped): Mark as permanent local. X-Git-Tag: emacs-pretest-23.0.90~299 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6973aaa3b63d930896646937e137dd8a2328e433;p=emacs.git (pmail-buffer-swapped): Mark as permanent local. --- 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.")