Mercurial > emacs
changeset 23266:ccedad9251db
(rmail-movemail-program): Fix customize type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Fri, 18 Sep 1998 09:13:07 +0000 |
parents | 92177ff080cc |
children | a804a047b23d |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Fri Sep 18 09:12:03 1998 +0000 +++ b/lisp/mail/rmail.el Fri Sep 18 09:13:07 1998 +0000 @@ -87,7 +87,7 @@ (defcustom rmail-movemail-program nil "If non-nil, name of program for fetching new mail." :group 'rmail-retrieve - :type 'string) + :type '(choice (const nil) string)) (defcustom rmail-pop-password nil "*Password to use when reading mail from a POP server, if required."