1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; elisp-scope.el: Remove unused 'undefined-macro' role.

This commit is contained in:
Eshel Yaron 2025-10-01 08:37:44 +02:00
parent 7217350e85
commit a7c1b126fa
No known key found for this signature in database
GPG key ID: EF3EE9CA35D78618

View file

@ -212,10 +212,6 @@ NAME inherits properties that do not appear in PROPS from its PARENTS."
(apply-partially #'elisp--function-help-echo sym)
"Macro call")))
(elisp-scope-define-symbol-role undefined-macro (macro)
:doc "Known macro names whose definition is unknown."
:help (cl-constantly "Call to macro with unknown definition"))
(elisp-scope-define-symbol-role special-form (callable)
:doc "Special form names."
:face 'elisp-special-form