1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

; (elisp-scope-define-special-form-analyzer): Fix typo.

This commit is contained in:
Eshel Yaron 2025-10-03 21:19:20 +02:00
parent f8b8b9edc8
commit 3c645f3e62
No known key found for this signature in database
GPG key ID: EF3EE9CA35D78618

View file

@ -1672,7 +1672,7 @@ property, or if the current buffer is trusted (see `trusted-content-p')."
`(progn `(progn
(defun ,helper ,args ,@body) (defun ,helper ,args ,@body)
(elisp-scope-define-analyzer ,fsym (f &rest args) (elisp-scope-define-analyzer ,fsym (f &rest args)
(elisp-scope-report-s f 'macro) (elisp-scope-report-s f 'special-form)
(apply #',helper args))))) (apply #',helper args)))))
(defun elisp-scope--unquote (form) (defun elisp-scope--unquote (form)