aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDmitry Gutov2014-03-14 20:01:39 +0200
committerDmitry Gutov2014-03-14 20:01:39 +0200
commit50d434d19883a12e50f736d8216e8e36566d2424 (patch)
tree1fcdfc334f969902bf9d6ee7be1c428a5deef311 /etc
parent3723063530471df09f28b419a472959be8363642 (diff)
downloademacs-50d434d19883a12e50f736d8216e8e36566d2424.tar.gz
emacs-50d434d19883a12e50f736d8216e8e36566d2424.zip
Support the old `blink-matching-paren' behavior
* lisp/simple.el (blink-matching-paren): Describe the new value, `jump', enabling the old behavior. (blink-matching-open): Use that value. Fixes: debbugs:17008
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 04796bf37e2..3d69fe90b20 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -423,6 +423,11 @@ macros in registers.
423This searches the region for identical lines, and removes all but one 423This searches the region for identical lines, and removes all but one
424copy of each repeated line. The lines need not be sorted. 424copy of each repeated line. The lines need not be sorted.
425 425
426---
427** `blink-matching-paren' now only highlights the matching open-paren
428by default, instead of moving cursor. Set this variable to `jump' to
429enable the old behavior.
430
426 431
427* Changes in Specialized Modes and Packages in Emacs 24.4 432* Changes in Specialized Modes and Packages in Emacs 24.4
428 433