Variable: uniquify-list-buffers-directory-modes

uniquify-list-buffers-directory-modes is a variable defined in uniquify.el.gz.

Value

(dired-mode cvs-mode vc-dir-mode)

Documentation

List of modes for which uniquify should obey list-buffers-directory.

That means that when buffer-file-name(var)/buffer-file-name(fun) is set to nil, list-buffers-directory contains the name of the directory which the buffer is visiting.

Source Code

;; Defined in /usr/src/emacs/lisp/uniquify.el.gz
(defvar uniquify-list-buffers-directory-modes '(dired-mode cvs-mode vc-dir-mode)
  "List of modes for which uniquify should obey `list-buffers-directory'.
That means that when `buffer-file-name' is set to nil, `list-buffers-directory'
contains the name of the directory which the buffer is visiting.")