comparison lisp/mail/pmail.el @ 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 235db5e6b83d
children
comparison
equal deleted inserted replaced
101365:2f0f7be5cbea 101366:05175041ba3a
579 579
580 ;; Pmail buffer swapping variables. 580 ;; Pmail buffer swapping variables.
581 581
582 (defvar pmail-buffer-swapped nil 582 (defvar pmail-buffer-swapped nil
583 "If non-nil, `pmail-buffer' is swapped with `pmail-view-buffer'.") 583 "If non-nil, `pmail-buffer' is swapped with `pmail-view-buffer'.")
584 (make-variable-buffer-local 'pmail-buffer-swapped) 584 (put 'pmail-buffer-swapped 'permanent-local t)
585 585
586 (defvar pmail-view-buffer nil 586 (defvar pmail-view-buffer nil
587 "Buffer which holds PMAIL message for MIME displaying.") 587 "Buffer which holds PMAIL message for MIME displaying.")
588 (put 'pmail-view-buffer 'permanent-local t) 588 (put 'pmail-view-buffer 'permanent-local t)
589 589