aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorBasil L. Contovounesios2023-09-25 20:38:23 +0200
committerBasil L. Contovounesios2023-09-26 09:29:39 +0200
commitff2a02afa63e2e12842c8ebde9274aed5e7b7182 (patch)
treeaf599f8d24483a5e1f19227d8cf03f5019c75ca0 /lisp/textmodes
parent6a402bd3a7dd140c2b4fc9f9c0f698b2afe27549 (diff)
downloademacs-ff2a02afa63e2e12842c8ebde9274aed5e7b7182.tar.gz
emacs-ff2a02afa63e2e12842c8ebde9274aed5e7b7182.zip
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.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/glyphless-mode.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/glyphless-mode.el b/lisp/textmodes/glyphless-mode.el
index 99bbb2769e4..eb4447f3048 100644
--- a/lisp/textmodes/glyphless-mode.el
+++ b/lisp/textmodes/glyphless-mode.el
@@ -30,7 +30,6 @@ The value can be any of the groups supported by
30`all', for all glyphless characters." 30`all', for all glyphless characters."
31 :version "29.1" 31 :version "29.1"
32 :type '(repeat (choice (const :tag "All" all) 32 :type '(repeat (choice (const :tag "All" all)
33 (const :tag "No font" no-font)
34 (const :tag "C0 Control" c0-control) 33 (const :tag "C0 Control" c0-control)
35 (const :tag "C1 Control" c1-control) 34 (const :tag "C1 Control" c1-control)
36 (const :tag "Format Control" format-control) 35 (const :tag "Format Control" format-control)