mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-09 15:50:40 -08:00
; (elisp-scope-define-special-form-analyzer): Fix typo.
This commit is contained in:
parent
f8b8b9edc8
commit
3c645f3e62
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue