Variable: uniquify-trailing-separator-flag
uniquify-trailing-separator-flag is a customizable variable defined in
uniquify.el.gz.
Value
nil
Documentation
Non-nil means add a file name separator to Dired buffer names.
If uniquify-buffer-name-style is forward, add the separator at the end;
if it is reverse, add the separator at the beginning; otherwise, this
variable is ignored.
This variable was added, or its default value changed, in Emacs 31.1.
Aliases
uniquify-trailing-separator-p (obsolete since 31.1)
Source Code
;; Defined in /usr/src/emacs/lisp/uniquify.el.gz
(defcustom uniquify-trailing-separator-flag nil
"Non-nil means add a file name separator to Dired buffer names.
If `uniquify-buffer-name-style' is `forward', add the separator at the end;
if it is `reverse', add the separator at the beginning; otherwise, this
variable is ignored."
:type 'boolean
:version "31.1")