]> git.eshelyaron.com Git - emacs.git/commit
Allow killing files with C-k in wdired if -F is used
authorStephen Berman <stephen.berman@gmx.net>
Sun, 11 Oct 2020 04:05:49 +0000 (06:05 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 11 Oct 2020 04:05:49 +0000 (06:05 +0200)
commit50be6d9fe954bea6543025a6a7bfc2d606ac34eb
tree6ec543bd855944edd312504820710be7f0f40459
parent2a7488d42d873c0ab4c24abfeb7183953cccef34
Allow killing files with C-k in wdired if -F is used

* lisp/wdired.el (wdired-change-to-wdired-mode): Add hook to
restore properties.
(wdired-change-to-wdired-mode): Adjust check for symlinks.
(wdired-preprocess-files): Fix parsing when using the -F flag.
(wdired-get-filename): Fix parsing of symlinks when using the -F flag.
(wdired--restore-properties): Renamed, and restore more properties
(bug#18475).
lisp/wdired.el