]> git.eshelyaron.com Git - emacs.git/commit
Fix buffer-stale-function fix
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 12 Jul 2022 12:39:52 +0000 (14:39 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 12 Jul 2022 12:39:52 +0000 (14:39 +0200)
commitf62e1f39be4f7da2c78d884db6ecb68a9f5b1982
tree6fa77c6e18daece3e1342cec715a5d05ada0b0de
parent227f3842c29f1991388ce518645baac412cf1f56
Fix buffer-stale-function fix

* src/buffer.c (Fmake_indirect_buffer): Kill the local
buffer-stale-function variable instead of setting it
buffer-locally to the default value.  This should have the same
effect, but is less confusing.
src/buffer.c