diff options
| author | Andreas Schwab | 1998-04-14 10:48:10 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-04-14 10:48:10 +0000 |
| commit | 848407099a0b749ff9e7b8a2c74255736d7ac100 (patch) | |
| tree | 82d8c21b51a6db783298767227817056c460011f | |
| parent | c5ce405b347c6f7d939b3726d4c098fbccc97c2a (diff) | |
| download | emacs-848407099a0b749ff9e7b8a2c74255736d7ac100.tar.gz emacs-848407099a0b749ff9e7b8a2c74255736d7ac100.zip | |
(rmail-movemail-flags): Fix customize type.
| -rw-r--r-- | lisp/mail/rmail.el | 2 |
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. |
| 104 | Most commonly used to specify `-g' to enable GSS-API authentication | 104 | Most commonly used to specify `-g' to enable GSS-API authentication |
| 105 | or `-k' to enable Kerberos authentication." | 105 | or `-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" |