]> git.eshelyaron.com Git - emacs.git/commit
vc-setup-buffer: Kill local file-local-variables-alist too
authorSean Whitton <spwhitton@spwhitton.name>
Mon, 10 Mar 2025 09:08:04 +0000 (17:08 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 18:53:25 +0000 (19:53 +0100)
commit5abe9a343678e5c7eb0122f43783db1930c3120c
treeea4d4cebf143d1c65e6f5a63d725610a3797606b
parent2dbdd8a9a2dfa4a9c2b3466cb97651fd3cce944f
vc-setup-buffer: Kill local file-local-variables-alist too

* lisp/vc/vc-dispatcher.el (vc-setup-buffer): Kill
file-local-variables-alist variable, too (bug#44698).
* lisp/vc/vc.el (vc-log-internal-common): Don't call
kill-all-local-variables here, that's vc-setup-buffer's job.

(cherry picked from commit e09a80143d5952b1d1d1ade2b0f2e217835e917d)
lisp/vc/vc-dispatcher.el
lisp/vc/vc.el