diff options
| author | Tom Willemse | 2015-03-28 14:43:33 +0000 |
|---|---|---|
| committer | João Távora | 2015-03-28 15:16:13 +0000 |
| commit | 40b3dcd2c06e30048be0bdc32861148a53660c90 (patch) | |
| tree | b3e8786fe490020562b306d42b193d8921e2127d /etc | |
| parent | be5e9348dc137d06655676e686f153cf33de4f28 (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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). |