# HG changeset patch # User Andreas Schwab # Date 906109987 0 # Node ID ccedad9251dbf14e6cfa9e7e1aa04cce7afa33ca # Parent 92177ff080cc545bc966127e5924d20a0dd7e5cb (rmail-movemail-program): Fix customize type. diff -r 92177ff080cc -r ccedad9251db lisp/mail/rmail.el --- 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."