Mercurial > emacs
changeset 21512:cd1971673dfd
(rmail-movemail-flags): Fix customize type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Tue, 14 Apr 1998 10:48:10 +0000 |
parents | f9db3163ccd6 |
children | 984881b316fc |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Tue Apr 14 10:44:53 1998 +0000 +++ b/lisp/mail/rmail.el Tue Apr 14 10:48:10 1998 +0000 @@ -103,7 +103,7 @@ "*List of flags to pass to movemail. Most commonly used to specify `-g' to enable GSS-API authentication or `-k' to enable Kerberos authentication." - :type 'list + :type '(repeat string) :group 'rmail-retrieve) (defvar rmail-pop-password-error "invalid usercode or password"