# HG changeset patch # User Richard M. Stallman # Date 865803045 0 # Node ID 0fa57e6872f009a068d17ddeb5e29d458f0c225c # Parent 6da1b5250673aca0d1e08fc1f83f5b45a38907e8 (mail-directory-parser): Fix previous change. diff -r 6da1b5250673 -r 0fa57e6872f0 lisp/mail/mailalias.el --- a/lisp/mail/mailalias.el Sun Jun 08 20:20:56 1997 +0000 +++ b/lisp/mail/mailalias.el Sun Jun 08 20:50:45 1997 +0000 @@ -134,7 +134,7 @@ - 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)