]> code.delx.au - gnu-emacs/commit
Properly handle unquoting in wdired (bug 22938)
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 8 Mar 2016 20:32:52 +0000 (21:32 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 8 Mar 2016 20:45:25 +0000 (21:45 +0100)
commit02bf7cc4632dae6bd679f34307fc83ccc8510471
treeaffc5dc78c36d3d433a5ad72bb847f7f9ca0228c
parent16cf469d3424e927ead856fd410b8a5eee1ec8a6
Properly handle unquoting in wdired (bug 22938)

The recorded old names are not quoted, don't unquote them.

* lisp/wdired.el (wdired-normalize-filename): Add argument
unquotep, only unquote if non-nil.
(wdired-get-filename): Don't unquote the old file name.
(wdired-get-previous-link): Always unquote.
lisp/wdired.el