aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2013-12-12 02:42:16 +0200
committerJuri Linkov2013-12-12 02:42:16 +0200
commitd5ccb7be025ddc5a6ac8c5291d89596b78d9745c (patch)
tree6294a8832e9953b8ce72f30be4d396daf0255c31 /etc
parent7204a2e666b34d8b309b7b8568c88032468e207e (diff)
downloademacs-d5ccb7be025ddc5a6ac8c5291d89596b78d9745c.tar.gz
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 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3957c40dcd0..2941a4855fe 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -205,7 +205,7 @@ Czech typography rules. To globally enable this feature, evaluate:
205 205
206** `electric-indent-mode' is enabled by default. 206** `electric-indent-mode' is enabled by default.
207 207
208** Uniquify is enabled by default. 208** Uniquify is enabled by default with post-forward-angle-brackets style.
209 209
210** Command `rectangle-mark-mode' bound to C-x SPC makes a rectangular region. 210** Command `rectangle-mark-mode' bound to C-x SPC makes a rectangular region.
211Most commands are still unaware of it, but kill/yank do work on the rectangle. 211Most commands are still unaware of it, but kill/yank do work on the rectangle.