]> git.eshelyaron.com Git - emacs.git/commit
Fix wdired handling of symlinks when restoring filename property
authorStephen Berman <stephen.berman@gmx.net>
Thu, 13 Sep 2018 20:19:22 +0000 (22:19 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Thu, 13 Sep 2018 20:19:22 +0000 (22:19 +0200)
commit755fa346eba212b4650c8541023bb78e1658d77b
tree223d2061202e22841626c9d27f3a80103453b696
parentf066999b6540451c590cbe32113fae61c4778ba3
Fix wdired handling of symlinks when restoring filename property

* lisp/wdired.el (wdired--restore-dired-filename-prop): Use
dired-permission-flags-regexp instead of dired-filename to test
whether the file is a symlink, since calling file-symlink-p on the
latter may fail in wdired-mode (bug#32673).
lisp/wdired.el