1
Fork 0
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:
Eshel Yaron 2025-09-30 19:05:21 +02:00
parent 3ebd0efd09
commit 409abfe96e
No known key found for this signature in database
GPG key ID: EF3EE9CA35D78618

View file

@ -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))))