aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEshel Yaron2025-10-03 21:19:20 +0200
committerEshel Yaron2025-10-03 21:19:51 +0200
commit3c645f3e62846e918a9e16034b84cc015f35a239 (patch)
tree27d84bc342c41dbef67b4a1d1a553e85977bf49e
parentf8b8b9edc838c0de066cf545080698e271913a12 (diff)
downloademacs-3c645f3e62846e918a9e16034b84cc015f35a239.tar.gz
emacs-3c645f3e62846e918a9e16034b84cc015f35a239.zip
; (elisp-scope-define-special-form-analyzer): Fix typo.
-rw-r--r--lisp/emacs-lisp/elisp-scope.el2
1 files changed, 1 insertions, 1 deletions
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')."
1672 `(progn 1672 `(progn
1673 (defun ,helper ,args ,@body) 1673 (defun ,helper ,args ,@body)
1674 (elisp-scope-define-analyzer ,fsym (f &rest args) 1674 (elisp-scope-define-analyzer ,fsym (f &rest args)
1675 (elisp-scope-report-s f 'macro) 1675 (elisp-scope-report-s f 'special-form)
1676 (apply #',helper args))))) 1676 (apply #',helper args)))))
1677 1677
1678(defun elisp-scope--unquote (form) 1678(defun elisp-scope--unquote (form)