Mercurial > emacs
comparison lisp/uniquify.el @ 96477:25bcd36bb679
(uniquify-list-buffers-directory-modes): Add vc-dir-mode.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 01 Jul 2008 14:58:28 +0000 |
parents | ad3644a3612d |
children | 22a0d4deace0 |
comparison
equal
deleted
inserted
replaced
96476:d5795d971979 | 96477:25bcd36bb679 |
---|---|
164 \"d|a1\" and \"d|a2\" instead of \"d|a1/b/c\" and \"d|a2/b/c\". | 164 \"d|a1\" and \"d|a2\" instead of \"d|a1/b/c\" and \"d|a2/b/c\". |
165 This can be handy when you have deep parallel hierarchies." | 165 This can be handy when you have deep parallel hierarchies." |
166 :type 'boolean | 166 :type 'boolean |
167 :group 'uniquify) | 167 :group 'uniquify) |
168 | 168 |
169 (defvar uniquify-list-buffers-directory-modes '(dired-mode cvs-mode) | 169 (defvar uniquify-list-buffers-directory-modes '(dired-mode cvs-mode vc-dir-mode) |
170 "List of modes for which uniquify should obey `list-buffers-directory'. | 170 "List of modes for which uniquify should obey `list-buffers-directory'. |
171 That means that when `buffer-file-name' is set to nil, `list-buffers-directory' | 171 That means that when `buffer-file-name' is set to nil, `list-buffers-directory' |
172 contains the name of the directory which the buffer is visiting.") | 172 contains the name of the directory which the buffer is visiting.") |
173 | 173 |
174 ;;; Utilities | 174 ;;; Utilities |