summaryrefslogtreecommitdiff
path: root/lisp/uniquify.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2013-11-29 13:36:31 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2013-11-29 13:36:31 -0500
commit4e36a6a6e2ce2367d0c049c45c91a7ae48ae1e77 (patch)
tree43c580d62dc819d38b189d9ee5ac266a846f34bd /lisp/uniquify.el
parenta82537763d320911ec36d35869900110c9eb7137 (diff)
downloademacs-4e36a6a6e2ce2367d0c049c45c91a7ae48ae1e77.tar.gz
* lisp/loadup.el: Preload "uniquify".
* lisp/uniquify.el (uniquify-buffer-name-style): Change default. * src/lisp.mk (lisp): Add uniquify.elc.
Diffstat (limited to 'lisp/uniquify.el')
-rw-r--r--lisp/uniquify.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/uniquify.el b/lisp/uniquify.el
index 546796b619a..b7bb4c73879 100644
--- a/lisp/uniquify.el
+++ b/lisp/uniquify.el
@@ -93,7 +93,7 @@
:group 'files)
-(defcustom uniquify-buffer-name-style nil
+(defcustom uniquify-buffer-name-style 'post-forward
"If non-nil, buffer names are uniquified with parts of directory name.
The value determines the buffer name style and is one of `forward',
`reverse', `post-forward', or `post-forward-angle-brackets'.