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:
parent
7217350e85
commit
a7c1b126fa
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue