(pmail-buffer-swapped): Mark as permanent local.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 23 Jan 2009 02:33:43 +0000 (02:33 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 23 Jan 2009 02:33:43 +0000 (02:33 +0000)
lisp/mail/pmail.el

index 7787f76..8ce0a27 100644 (file)
@@ -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.")