comparison lisp/mail/rmail.el @ 101418:197ad3185efc

(rmail-buffer-swapped): Fix last change.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 23 Jan 2009 22:33:43 +0000
parents d59cc7925a91
children ad60c4496a16
comparison
equal deleted inserted replaced
101417:c30d7e9e169c 101418:197ad3185efc
579 579
580 ;; Rmail buffer swapping variables. 580 ;; Rmail buffer swapping variables.
581 581
582 (defvar rmail-buffer-swapped nil 582 (defvar rmail-buffer-swapped nil
583 "If non-nil, `rmail-buffer' is swapped with `rmail-view-buffer'.") 583 "If non-nil, `rmail-buffer' is swapped with `rmail-view-buffer'.")
584 (make-variable-buffer-local 'rmail-buffer-swapped)
584 (put 'rmail-buffer-swapped 'permanent-local t) 585 (put 'rmail-buffer-swapped 'permanent-local t)
585 586
586 (defvar rmail-view-buffer nil 587 (defvar rmail-view-buffer nil
587 "Buffer which holds RMAIL message for MIME displaying.") 588 "Buffer which holds RMAIL message for MIME displaying.")
588 (put 'rmail-view-buffer 'permanent-local t) 589 (put 'rmail-view-buffer 'permanent-local t)