diff options
author | Juri Linkov <juri@jurta.org> | 2013-12-12 02:42:16 +0200 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2013-12-12 02:42:16 +0200 |
commit | d5ccb7be025ddc5a6ac8c5291d89596b78d9745c (patch) | |
tree | 6294a8832e9953b8ce72f30be4d396daf0255c31 /doc | |
parent | 7204a2e666b34d8b309b7b8568c88032468e207e (diff) | |
download | emacs-d5ccb7be025ddc5a6ac8c5291d89596b78d9745c.tar.gz emacs-d5ccb7be025ddc5a6ac8c5291d89596b78d9745c.tar.bz2 emacs-d5ccb7be025ddc5a6ac8c5291d89596b78d9745c.zip |
* lisp/uniquify.el (uniquify-buffer-name-style): Change default to `post-forward-angle-brackets'.
* lisp/menu-bar.el (menu-bar-options-menu): Don't require preloaded `uniquify'.
Change default to `post-forward-angle-brackets'.
http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00317.html
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/buffers.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index 2fadb7b4910..a62f2bdac8d 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi @@ -614,8 +614,7 @@ names (all but one of them). @vindex uniquify-buffer-name-style Other methods work by adding parts of each file's directory to the -buffer name. To select one, load the library @file{uniquify} (e.g., -using @code{(require 'uniquify)}), and customize the variable +buffer name. To select one, customize the variable @code{uniquify-buffer-name-style} (@pxref{Easy Customization}). To begin with, the @code{forward} naming method includes part of the |