aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab1998-04-14 10:48:10 +0000
committerAndreas Schwab1998-04-14 10:48:10 +0000
commit848407099a0b749ff9e7b8a2c74255736d7ac100 (patch)
tree82d8c21b51a6db783298767227817056c460011f
parentc5ce405b347c6f7d939b3726d4c098fbccc97c2a (diff)
downloademacs-848407099a0b749ff9e7b8a2c74255736d7ac100.tar.gz
emacs-848407099a0b749ff9e7b8a2c74255736d7ac100.zip
(rmail-movemail-flags): Fix customize type.
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index db88cc23541..9c2f516c4e6 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -103,7 +103,7 @@
103 "*List of flags to pass to movemail. 103 "*List of flags to pass to movemail.
104Most commonly used to specify `-g' to enable GSS-API authentication 104Most commonly used to specify `-g' to enable GSS-API authentication
105or `-k' to enable Kerberos authentication." 105or `-k' to enable Kerberos authentication."
106 :type 'list 106 :type '(repeat string)
107 :group 'rmail-retrieve) 107 :group 'rmail-retrieve)
108 108
109(defvar rmail-pop-password-error "invalid usercode or password" 109(defvar rmail-pop-password-error "invalid usercode or password"