]> git.eshelyaron.com Git - emacs.git/commit
Fix minor defcustom issues in Gnus (Bug#66715)
authorMauro Aranda <maurooaranda@gmail.com>
Mon, 23 Oct 2023 21:04:25 +0000 (18:04 -0300)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 23 Oct 2023 21:16:13 +0000 (23:16 +0200)
commit297fe945c57c33b51b890ea105d5f7c15a520bd0
tree19a3eab64d23f89f9458b33b2edf2900f910feb6
parent3beb5f5e2403571085b99d05e4ee781281a1fd9c
Fix minor defcustom issues in Gnus (Bug#66715)

* lisp/gnus/gnus-art.el (gnus-button-prefer-mid-or-mail): Allow
function and add :tag to const values.
* lisp/gnus/gnus-bookmark.el (gnus-bookmark-bookmark-inline-details):
Fix docstring.
* lisp/gnus/gnus-sum.el (gnus-simplify-subject-fuzzy-regexp): Allow a
single regexp as value.
* lisp/gnus/message.el (message-indent-citation-function): Allow a
single function as value.
(message-mail-alias-type): Allow for a list of options as value.
(message-dont-reply-to-names): Allow a function as value.
* lisp/gnus/spam-report.el (spam-report-url-ping-function): Fix
default value for the function widget.
lisp/gnus/gnus-art.el
lisp/gnus/gnus-bookmark.el
lisp/gnus/gnus-sum.el
lisp/gnus/message.el
lisp/gnus/spam-report.el