From: Richard M. Stallman Date: Sat, 11 Nov 1995 20:37:24 +0000 (+0000) Subject: (rmail-summary-overlay): Make it a permanent local. X-Git-Tag: emacs-19.34~2345 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=212daf133ad3987ec4bab1daec92082b97842663;p=emacs.git (rmail-summary-overlay): Make it a permanent local. --- diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 57e837c7216..b0208a102c0 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -872,6 +872,7 @@ Commands for sorting the summary: '("Next" . rmail-summary-next-all)) (defvar rmail-summary-overlay nil) +(put 'rmail-summary-overlay 'permanent-local t) (defun rmail-summary-goto-msg (&optional n nowarn skip-rmail) (interactive "P")