Mercurial > emacs
changeset 18168:0fa57e6872f0
(mail-directory-parser): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 08 Jun 1997 20:50:45 +0000 |
parents | 6da1b5250673 |
children | c18511c53797 |
files | lisp/mail/mailalias.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)