From: Eshel Yaron Date: Tue, 29 Apr 2025 07:26:05 +0000 (+0200) Subject: scope.el: Recognize 'add/remove/get-variable-watcher(s)'. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=250b39a83b6328ef599a840a198f2260ec641cfe;p=emacs.git scope.el: Recognize 'add/remove/get-variable-watcher(s)'. --- 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))