]> git.eshelyaron.com Git - emacs.git/commit
Address defcustom :type warnings
authorBasil L. Contovounesios <contovob@tcd.ie>
Mon, 25 Sep 2023 18:38:23 +0000 (20:38 +0200)
committerBasil L. Contovounesios <contovob@tcd.ie>
Tue, 26 Sep 2023 07:29:39 +0000 (09:29 +0200)
commitff2a02afa63e2e12842c8ebde9274aed5e7b7182
treeaf599f8d24483a5e1f19227d8cf03f5019c75ca0
parent6a402bd3a7dd140c2b4fc9f9c0f698b2afe27549
Address defcustom :type warnings

* lisp/calendar/diary-lib.el (diary-display-function):
* lisp/calendar/icalendar.el (icalendar-export-alarms):
* lisp/emacs-lisp/elint.el (elint-ignored-warnings):
* lisp/mail/sendmail.el (send-mail-function):
* lisp/net/gnutls.el (gnutls-verify-error):
* lisp/gnus/mm-decode.el (mm-text-html-renderer):
* lisp/gnus/message.el (message-send-mail-function): Fix misplaced
defcustom :tags (bug#66196).
(message-tool-bar): Remove duplicate, overwritten, and nonexistent
defcustom :type gmm-tool-bar-list-item.
* lisp/progmodes/idlwave.el (idlwave-begin-line-comment): Strip
excessive defcustom :type quoting.
* lisp/progmodes/ps-mode.el (ps-mode-paper-size): Consolidate paper
sizes with same dimensions into a single defcustom menu entry.
* lisp/textmodes/glyphless-mode.el (glyphless-mode-types): Remove
duplicate defcustom :type choice.
lisp/calendar/diary-lib.el
lisp/calendar/icalendar.el
lisp/emacs-lisp/elint.el
lisp/gnus/message.el
lisp/gnus/mm-decode.el
lisp/mail/sendmail.el
lisp/net/gnutls.el
lisp/progmodes/idlwave.el
lisp/progmodes/ps-mode.el
lisp/textmodes/glyphless-mode.el