aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTom Willemse2015-03-28 14:43:33 +0000
committerJoão Távora2015-03-28 15:16:13 +0000
commit40b3dcd2c06e30048be0bdc32861148a53660c90 (patch)
treeb3e8786fe490020562b306d42b193d8921e2127d /etc
parentbe5e9348dc137d06655676e686f153cf33de4f28 (diff)
downloademacs-40b3dcd2c06e30048be0bdc32861148a53660c90.tar.gz
emacs-40b3dcd2c06e30048be0bdc32861148a53660c90.zip
New `electric-pair-local-mode'
Fixes: big#19528 * lisp/elec-pair.el (electric-pair-local-mode): New command. (electric-pair-mode): Mention `electric-pair-local-mode' in the docstring.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 396335edffc..6de8f030d94 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -215,6 +215,9 @@ Unicode standards.
215 215
216** You can access `mouse-buffer-menu' (C-down-mouse-1) using C-f10. 216** You can access `mouse-buffer-menu' (C-down-mouse-1) using C-f10.
217 217
218+++
219** New buffer-local `electric-pair-local-mode'.
220
218 221
219* Changes in Specialized Modes and Packages in Emacs 25.1 222* Changes in Specialized Modes and Packages in Emacs 25.1
220** xterm-mouse-mode now supports mouse-tracking (if your xterm supports it). 223** xterm-mouse-mode now supports mouse-tracking (if your xterm supports it).