From 577e615d581b70bbebb53391f02db3e70420e89c Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 28 Feb 2025 19:57:43 +0100 Subject: [PATCH] * lisp/emacs-lisp/scope.el: Recognize 'add-to-history' --- lisp/emacs-lisp/scope.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5