aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2013-11-29 13:36:31 -0500
committerStefan Monnier2013-11-29 13:36:31 -0500
commit4e36a6a6e2ce2367d0c049c45c91a7ae48ae1e77 (patch)
tree43c580d62dc819d38b189d9ee5ac266a846f34bd /etc
parenta82537763d320911ec36d35869900110c9eb7137 (diff)
downloademacs-4e36a6a6e2ce2367d0c049c45c91a7ae48ae1e77.tar.gz
emacs-4e36a6a6e2ce2367d0c049c45c91a7ae48ae1e77.zip
* lisp/loadup.el: Preload "uniquify".
* lisp/uniquify.el (uniquify-buffer-name-style): Change default. * src/lisp.mk (lisp): Add uniquify.elc.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index febc367c6d9..0bcd13af3eb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -205,6 +205,8 @@ 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.
209
208** 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.
209Most 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.
210 212