From d5ccb7be025ddc5a6ac8c5291d89596b78d9745c Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 12 Dec 2013 02:42:16 +0200 Subject: * 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 --- lisp/uniquify.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/uniquify.el') diff --git a/lisp/uniquify.el b/lisp/uniquify.el index b7bb4c73879..a52ed613941 100644 --- a/lisp/uniquify.el +++ b/lisp/uniquify.el @@ -93,7 +93,7 @@ :group 'files) -(defcustom uniquify-buffer-name-style 'post-forward +(defcustom uniquify-buffer-name-style 'post-forward-angle-brackets "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'. @@ -111,6 +111,7 @@ of `uniquify-strip-common-suffix'." (const post-forward) (const post-forward-angle-brackets) (const :tag "standard Emacs behavior (nil)" nil)) + :version "24.4" :require 'uniquify :group 'uniquify) -- cgit v1.2.3