Variable: wdired-allow-to-redirect-links
wdired-allow-to-redirect-links is a customizable variable defined in
wdired.el.gz.
Value
t
Documentation
If non-nil, the target of the symbolic links are editable.
In systems without symbolic links support, this variable has no effect at all.
Source Code
;; Defined in /usr/src/emacs/lisp/wdired.el.gz
(defcustom wdired-allow-to-redirect-links t
"If non-nil, the target of the symbolic links are editable.
In systems without symbolic links support, this variable has no effect
at all."
:type 'boolean)