]> git.eshelyaron.com Git - emacs.git/commit
Don't highlight matches in dired query-replace commands
authorVisuwesh <visuweshm@gmail.com>
Wed, 17 Jul 2024 03:41:04 +0000 (09:11 +0530)
committerEshel Yaron <me@eshelyaron.com>
Tue, 23 Jul 2024 16:01:17 +0000 (18:01 +0200)
commit2e4c5ee11de0acb6ae8ee2ec7f0420bfea43e1f9
tree626dac8c3836593c7d170f037b2f46d0ffd3cd12
parent5e437a78331f5e54a2d68af16614fb30a54aa8fa
Don't highlight matches in dired query-replace commands

* lisp/dired-aux.el (dired-do-query-replace-regexp)
(dired-do-replace-regexp-as-diff)
(dired-do-find-regexp-and-replace): Turn off lazy highlighting
when reading the regexp from the user to avoid highlighting
regexp matches in the dired buffer. (bug#72147)

(cherry picked from commit cc6324d9dca662ea0ca9439411f4852b85e18986)
lisp/dired-aux.el