# HG changeset patch # User Andreas Schwab # Date 892550890 0 # Node ID cd1971673dfd2e756be1eee264287c4a76ad9284 # Parent f9db3163ccd6071367c5f9c2affdbfc546d21ce6 (rmail-movemail-flags): Fix customize type. diff -r f9db3163ccd6 -r cd1971673dfd lisp/mail/rmail.el --- 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"