From 250b39a83b6328ef599a840a198f2260ec641cfe Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Tue, 29 Apr 2025 09:26:05 +0200 Subject: [PATCH] scope.el: Recognize 'add/remove/get-variable-watcher(s)'. --- lisp/emacs-lisp/scope.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/scope.el b/lisp/emacs-lisp/scope.el index f5db0ce1fa9..f56b75669b0 100644 --- a/lisp/emacs-lisp/scope.el +++ b/lisp/emacs-lisp/scope.el @@ -1593,7 +1593,8 @@ a (possibly empty) list of safe macros.") (dolist (sym '( set symbol-value define-abbrev-table special-variable-p local-variable-p - local-variable-if-set-p + local-variable-if-set-p add-variable-watcher + get-variable-watchers remove-variable-watcher default-value set-default make-local-variable buffer-local-value add-to-list add-to-history find-buffer add-hook remove-hook run-hook-with-args run-hook-wrapped)) -- 2.39.5