]> git.eshelyaron.com Git - emacs.git/commit
Add new optional argument NO-HIGHLIGHT to query-replace-read-args
authorVisuwesh <visuweshm@gmail.com>
Sun, 28 Jul 2024 04:57:33 +0000 (10:27 +0530)
committerEshel Yaron <me@eshelyaron.com>
Mon, 29 Jul 2024 17:16:29 +0000 (19:16 +0200)
commit2b164e63edab756fc07379e74c9aa670cb2f3f73
treebbabee7de6ad285fd34d62ca9fce915561141e54
parentaee1d30f451ff2e4f805e8e16be1ec1cea10895d
Add new optional argument NO-HIGHLIGHT to query-replace-read-args

* lisp/replace.el (query-replace-read-args): Add new optional
argument to disable regexp highlighting.

* lisp/dired-aux.el (dired-do-query-replace-regexp)
(dired-do-replace-regexp-as-diff)
(dired-do-find-regexp-and-replace): Revert last change, and use
the new argument instead.  (bug#72147)

(cherry picked from commit 99704a7b41f9c3c6c2215cf5c47bc161df05cfa4)
lisp/dired-aux.el
lisp/replace.el