From: Eshel Yaron Date: Fri, 28 Feb 2025 18:57:43 +0000 (+0100) Subject: * lisp/emacs-lisp/scope.el: Recognize 'add-to-history' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=577e615d581b70bbebb53391f02db3e70420e89c;p=emacs.git * lisp/emacs-lisp/scope.el: Recognize 'add-to-history' --- diff --git a/lisp/emacs-lisp/scope.el b/lisp/emacs-lisp/scope.el index 27bcba46a7c..983ee140b08 100644 --- a/lisp/emacs-lisp/scope.el +++ b/lisp/emacs-lisp/scope.el @@ -1257,7 +1257,7 @@ a (possibly empty) list of safe macros.") special-variable-p local-variable-p local-variable-if-set-p default-value set-default make-local-variable - buffer-local-value add-to-list + buffer-local-value add-to-list add-to-history add-hook remove-hook run-hook-with-args run-hook-wrapped)) (put sym 'scope-analyzer #'scope--analyze-boundp))