bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27897: [PATCH] 25.1; Add REGION-NONCONTIGUOUS-P arg to other replace


From: Juri Linkov
Subject: bug#27897: [PATCH] 25.1; Add REGION-NONCONTIGUOUS-P arg to other replace.el commands
Date: Thu, 19 Apr 2018 00:41:20 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)

> -(defun query-replace-regexp-eval (regexp to-expr &optional delimited start 
> end)
> +(defun query-replace-regexp-eval (regexp to-expr &optional delimited start 
> end region-noncontiguous-p)
> -(defun map-query-replace-regexp (regexp to-strings &optional n start end)
> +(defun map-query-replace-regexp (regexp to-strings &optional n start end 
> region-noncontiguous-p)

But why not to add the arg backward like in all other commands?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]