From 31e196f4c8a64073c75aa3ea8b7473028f8e9a76 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 8 Jun 1997 20:50:45 +0000 Subject: (mail-directory-parser): Fix previous change. --- lisp/mail/mailalias.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1