Variable: dired-keep-marker-relsymlink

dired-keep-marker-relsymlink is a variable defined in dired.el.gz.

Value

83

Documentation

Controls marking of newly made relative symbolic links.

If t, they are marked if and as the files linked to were marked. If a character, new links are unconditionally marked with that character.

Source Code

;; Defined in /usr/src/emacs/lisp/dired.el.gz
(defvar dired-keep-marker-relsymlink ?S
  "Controls marking of newly made relative symbolic links.
If t, they are marked if and as the files linked to were marked.
If a character, new links are unconditionally marked with that character.")