]> git.eshelyaron.com Git - emacs.git/commitdiff
scope.el: Recognize 'add/remove/get-variable-watcher(s)'.
authorEshel Yaron <me@eshelyaron.com>
Tue, 29 Apr 2025 07:26:05 +0000 (09:26 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 29 Apr 2025 07:26:05 +0000 (09:26 +0200)
lisp/emacs-lisp/scope.el

index f5db0ce1fa9efe0333e4a6140556e8ad3e790f71..f56b75669b0bb3dbad80339370abe1411cb66606 100644 (file)
@@ -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))