mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; (elisp-scope-define-symbol-type): Cease autoloading it.
This commit is contained in:
parent
3ebd0efd09
commit
409abfe96e
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@
|
|||
(put name 'elisp-scope-parent-types parents)
|
||||
(put name 'elisp-scope-type-properties props))
|
||||
|
||||
;;;###autoload
|
||||
(defmacro elisp-scope-define-symbol-type (name parents &rest props)
|
||||
(declare (indent defun))
|
||||
`(elisp-scope--define-symbol-type ',name ',parents ,(when props `(list ,@props))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue