diff lisp/mail/rmail.el @ 21512:cd1971673dfd

(rmail-movemail-flags): Fix customize type.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 10:48:10 +0000
parents 41fa600fadc4
children 50e05b0adf4a
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"