]> git.eshelyaron.com Git - emacs.git/commitdiff
scope.el: better handling for defvar-local
authorEshel Yaron <me@eshelyaron.com>
Sat, 18 Jan 2025 17:03:25 +0000 (18:03 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 18 Jan 2025 17:03:25 +0000 (18:03 +0100)
lisp/emacs-lisp/scope.el

index 9efe63bf0dc8e49acf52c94bd89b8e8a30eccf63..970fc99f62cdce6b5851f4913f377817b3236855 100644 (file)
@@ -729,7 +729,6 @@ a (possibly empty) list of safe macros.")
             (( boundp set symbol-value define-abbrev-table
                special-variable-p local-variable-p
                local-variable-if-set-p
-               make-variable-buffer-local
                default-value set-default make-local-variable
                buffer-local-value add-to-list add-hook)
              (when-let* ((var-form (car forms))