]> git.eshelyaron.com Git - emacs.git/commit
Handle symlinks in wdired.el when restoring filename property
authorStephen Berman <stephen.berman@gmx.net>
Sun, 29 Jul 2018 11:16:48 +0000 (13:16 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Sun, 29 Jul 2018 11:16:48 +0000 (13:16 +0200)
commitea1cf0960a86bc373cfd4900f46d9fe5e847941e
tree089cb91ceabfd3188e096316a53e4663cdf1ae93
parent8a563d9762670e9eec9420ba2dc12075c1dd0a8c
Handle symlinks in wdired.el when restoring filename property

* lisp/wdired.el (wdired--restore-dired-filename-prop): If the
file name is a symbolic link, only propertize the link name.  This
prevents wdired-create-parentdirs from turning the link into a
directory.
lisp/wdired.el