]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/scope.el: Recognize 'add-to-history'
authorEshel Yaron <me@eshelyaron.com>
Fri, 28 Feb 2025 18:57:43 +0000 (19:57 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 28 Feb 2025 18:57:43 +0000 (19:57 +0100)
lisp/emacs-lisp/scope.el

index 27bcba46a7c86d8b480285225268055fa0a496af..983ee140b08cf112262d1e723e033ce39841820e 100644 (file)
@@ -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))