]> git.eshelyaron.com Git - emacs.git/commit
Fix highlighting in query-replace with non-nil replace-char-fold
authorCharles A. Roelli <charles@aurox.ch>
Tue, 26 Dec 2017 11:46:39 +0000 (12:46 +0100)
committerCharles A. Roelli <charles@aurox.ch>
Tue, 26 Dec 2017 11:46:39 +0000 (12:46 +0100)
commit9f9b56b7da323bc91cdde0bcc1e1863c523e7ee3
tree1ccf6a78b084bc6919ff685e9d87f1c32ed08661
parent23ecd63ba498aa616e2a768090bca360e6d32309
Fix highlighting in query-replace with non-nil replace-char-fold

* lisp/replace.el (replace-highlight): Bind
'isearch-regexp-function' in the same way that function
'replace-search' does, so as to respect the value of
'replace-char-fold'.  (Bug#24356)
lisp/replace.el