From: Richard M. Stallman Date: Sun, 8 Jun 1997 20:50:45 +0000 (+0000) Subject: (mail-directory-parser): Fix previous change. X-Git-Tag: emacs-20.1~1778 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94955307b698421b7de187078b48fdb17ff24896;p=emacs.git (mail-directory-parser): Fix previous change. --- 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)