From: Eshel Yaron Date: Sat, 18 Jan 2025 17:03:25 +0000 (+0100) Subject: scope.el: better handling for defvar-local X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb0df97aa2ce51007ba6d6d7d00b22aea0f152c0;p=emacs.git scope.el: better handling for defvar-local --- diff --git a/lisp/emacs-lisp/scope.el b/lisp/emacs-lisp/scope.el index 9efe63bf0dc..970fc99f62c 100644 --- a/lisp/emacs-lisp/scope.el +++ b/lisp/emacs-lisp/scope.el @@ -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))