From 3c645f3e62846e918a9e16034b84cc015f35a239 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 3 Oct 2025 21:19:20 +0200 Subject: [PATCH] ; (elisp-scope-define-special-form-analyzer): Fix typo. --- lisp/emacs-lisp/elisp-scope.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/elisp-scope.el b/lisp/emacs-lisp/elisp-scope.el index f1c54b3eff3..20efdb1b6d1 100644 --- a/lisp/emacs-lisp/elisp-scope.el +++ b/lisp/emacs-lisp/elisp-scope.el @@ -1672,7 +1672,7 @@ property, or if the current buffer is trusted (see `trusted-content-p')." `(progn (defun ,helper ,args ,@body) (elisp-scope-define-analyzer ,fsym (f &rest args) - (elisp-scope-report-s f 'macro) + (elisp-scope-report-s f 'special-form) (apply #',helper args))))) (defun elisp-scope--unquote (form)