]> git.eshelyaron.com Git - emacs.git/commit
Fix use of non-nil wdired-use-interactive-rename
authorStephen Berman <stephen.berman@gmx.net>
Sat, 28 Jul 2018 21:58:15 +0000 (23:58 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Sat, 28 Jul 2018 21:58:15 +0000 (23:58 +0200)
commit831a3cb301be8390a6556244e19965285300ce91
treed3cbfa55155a00a34149b1c68370d47afaa01dee
parentbd52f37cae3fbc25e576f9b0a1ba42596790965f
Fix use of non-nil wdired-use-interactive-rename

This is a fairly minimal fix for the release branch; a more
comprehensive fix is on master, so do not merge this to master.

* lisp/wdired.el (wdired-search-and-rename): Remove dired-filename
text property in order to find new filename when it only partially
replaces old filename (bug#32173).  If user quits before renaming
succeeds, restore the dired-filename text property.
lisp/wdired.el