]> git.eshelyaron.com Git - emacs.git/commit
Don't access overriding-text-conversion-style when unbound
authorPo Lu <luangruo@yahoo.com>
Tue, 18 Feb 2025 12:58:32 +0000 (20:58 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 18 Feb 2025 21:33:01 +0000 (22:33 +0100)
commit1d30b0476a458c40de9f74729453f13bff8c5065
tree4eafc847959389cde44440f6d9d514c150cd7f51
parent9cacee68c83f0360acd3ed15381ab7ee7aeeb05c
Don't access overriding-text-conversion-style when unbound

* lisp/replace.el (perform-replace): Don't access
overriding-text-conversion-style when unbound, and also avoid
needlessly polluting this symbol with a binding.  (bug#76371)

(cherry picked from commit 0cf3823463e9a52a6fbdc5e02555381cd6e0f5b5)
lisp/replace.el