diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-01 14:58:28 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-01 14:58:28 +0000 |
commit | 76dc97b80031d0f06d61402671dd2540c5446bbd (patch) | |
tree | 14b204a881760fc3b78d5331e7a6a7cda1ac2cd0 /lisp/uniquify.el | |
parent | e86fa02be0b16a4a9015018ec358b31f3544e3b9 (diff) | |
download | emacs-76dc97b80031d0f06d61402671dd2540c5446bbd.tar.gz emacs-76dc97b80031d0f06d61402671dd2540c5446bbd.tar.bz2 emacs-76dc97b80031d0f06d61402671dd2540c5446bbd.zip |
(uniquify-list-buffers-directory-modes): Add vc-dir-mode.
Diffstat (limited to 'lisp/uniquify.el')
-rw-r--r-- | lisp/uniquify.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/uniquify.el b/lisp/uniquify.el index ca8e4bb4638..7acd6506426 100644 --- a/lisp/uniquify.el +++ b/lisp/uniquify.el @@ -166,7 +166,7 @@ This can be handy when you have deep parallel hierarchies." :type 'boolean :group 'uniquify) -(defvar uniquify-list-buffers-directory-modes '(dired-mode cvs-mode) +(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.") |