diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-08 20:50:45 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-08 20:50:45 +0000 |
commit | 94955307b698421b7de187078b48fdb17ff24896 (patch) | |
tree | 6251483c6c82a71d19cd146bb6851842da35dd8b /lisp/mail/mailalias.el | |
parent | cd63e73b03973ecaacc18f291c5775a89eb9a090 (diff) | |
download | emacs-94955307b698421b7de187078b48fdb17ff24896.tar.gz emacs-94955307b698421b7de187078b48fdb17ff24896.tar.bz2 emacs-94955307b698421b7de187078b48fdb17ff24896.zip |
(mail-directory-parser): Fix previous change.
Diffstat (limited to 'lisp/mail/mailalias.el')
-rw-r--r-- | lisp/mail/mailalias.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mailalias.el b/lisp/mail/mailalias.el index f30402f7c9e..fb62673ef7e 100644 --- a/lisp/mail/mailalias.el +++ b/lisp/mail/mailalias.el @@ -134,7 +134,7 @@ Three types of values are possible: - nil means to gather each line as one name - regexp means first \\(grouping\\) in successive matches is name - function called at beginning of buffer that returns an alist of names" - :type '(choice (cosnt nil) regexp function) + :type '(choice (const nil) regexp function) :group 'mailalias) (put 'mail-directory-parser 'risky-local-variable t) |