aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-09-22 22:37:34 +0000
committerRichard M. Stallman <[email protected]>1996-09-22 22:37:34 +0000
commit013da4a5b6da69cf6ff3758f5392fe5ac8d9214c (patch)
tree89201d737d81b3b31337aacae8a6cdeadb03bd55
parente4de46c8ca5855a7fd5ff8a82a167a21e140ff00 (diff)
(rmail-keywords): Don't initialize.
-rw-r--r--lisp/mail/rmailkwd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailkwd.el b/lisp/mail/rmailkwd.el
index 6ab6350348..37875bf16f 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.