changeset 19509:ea4261efd9f9

(rmail-view-buffer): Doc fix. (rmail-summary-buffer, rmail-summary-vector): Mark as permanent local. (rmail-buffer): Add defvar and mark as permanent local.
author Richard M. Stallman <rms@gnu.org>
date Sun, 24 Aug 1997 16:32:17 +0000
parents c86800208845
children 11cdee30cd02
files lisp/mail/rmail.el
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Sun Aug 24 16:26:31 1997 +0000
+++ b/lisp/mail/rmail.el	Sun Aug 24 16:32:17 1997 +0000
@@ -250,6 +250,12 @@
 (defvar rmail-inbox-list nil)
 (defvar rmail-keywords nil)
 
+(defvar rmail-buffer nil
+  "The RMAIL buffer related to the current buffer.
+In an RMAIL buffer, this holds the RMAIL buffer itself.
+In a summary buffer, this holds the RMAIL buffer it is a summary for.")
+(put 'rmail-buffer 'permanent-local t)
+
 ;; Message counters and markers.  Deleted flags.
 
 (defvar rmail-current-message nil)
@@ -289,7 +295,9 @@
 ;; These are used by autoloaded rmail-summary.
 
 (defvar rmail-summary-buffer nil)
+(put 'rmail-summary-buffer 'permanent-local t)
 (defvar rmail-summary-vector nil)
+(put 'rmail-summary-vector 'permanent-local t)
 
 ;; `Sticky' default variables.
 
@@ -387,7 +395,7 @@
        (rmail-maybe-display-summary))))
 
 (defvar rmail-view-buffer nil
-  "Buffer which holds RMAIL message for displaying.")
+  "Buffer which holds RMAIL message for MIME displaying.")
 
 ;; Mule and MIME related variables.