[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#31073: 27.0.50; query-replace undo might change the word case
From: |
Tino Calancha |
Subject: |
bug#31073: 27.0.50; query-replace undo might change the word case |
Date: |
Mon, 09 Apr 2018 11:55:00 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Eli Zaretskii <eliz@gnu.org> writes:
>> The patch is pretty obvious: just 1 line:
>
> Thanks. This is indeed OK for the emacs-26 branch, but please wait
> with pushing this until Emacs 26.1 is released, hopefully soon enough.
>
> Alternatively, feel free to push to master and cherry-pick to emacs-26
> later, after the 26.1 release.
Pushed fix into master branch as commit
"Preserve case in query-replace undo"
(32dc0cb1b5ae895d237c7118ccaeb084715934fd).
I will backport the fix to emacs-26 after 26.1 release.