From cb0df97aa2ce51007ba6d6d7d00b22aea0f152c0 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 18 Jan 2025 18:03:25 +0100 Subject: [PATCH] scope.el: better handling for defvar-local --- lisp/emacs-lisp/scope.el | 1 - 1 file changed, 1 deletion(-) 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)) -- 2.39.5