mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix bug in customizing `mail-sources' variable (bug#25274)
* lisp/gnus/mail-source.el (mail-sources): Use list instead of cons for lone argument. (bug#25274) (tiny change)
This commit is contained in:
parent
65b997b95e
commit
49c9670535
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ See Info node `(gnus)Mail Source Specifiers'."
|
|||
(repeat :tag "List"
|
||||
(choice :format "%[Value Menu%] %v"
|
||||
:value (file)
|
||||
(cons :tag "Group parameter `mail-source'"
|
||||
(list :tag "Group parameter `mail-source'"
|
||||
(const :format "" group))
|
||||
(cons :tag "Spool file"
|
||||
(const :format "" file)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue