diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-09-22 22:37:34 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-09-22 22:37:34 +0000 |
commit | aaeec25583b80a70cbaff5ebb686b1300624f7a6 (patch) | |
tree | 45c59d8e5322470b1e69918a548e0e86aa533659 | |
parent | d7ad9802c072234c0dc542b7d253b4d9e1537209 (diff) | |
download | emacs-aaeec25583b80a70cbaff5ebb686b1300624f7a6.tar.gz |
(rmail-keywords): Don't initialize.
-rw-r--r-- | lisp/mail/rmailkwd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailkwd.el b/lisp/mail/rmailkwd.el index 6ab63503489..37875bf16f4 100644 --- a/lisp/mail/rmailkwd.el +++ b/lisp/mail/rmailkwd.el @@ -42,7 +42,7 @@ ;; Named list of symbols representing valid message keywords in RMAIL. -(defvar rmail-keywords nil) +(defvar rmail-keywords) (defun rmail-add-label (string) "Add LABEL to labels associated with current RMAIL message. |