1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(rmail-movemail-program): Fix customize type.

This commit is contained in:
Andreas Schwab 1998-09-18 09:13:07 +00:00
parent 7b3237a117
commit e1c3516e8e

View File

@ -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."