summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2014-03-14 20:01:39 +0200
committerDmitry Gutov <dgutov@yandex.ru>2014-03-14 20:01:39 +0200
commit50d434d19883a12e50f736d8216e8e36566d2424 (patch)
tree1fcdfc334f969902bf9d6ee7be1c428a5deef311 /etc
parent3723063530471df09f28b419a472959be8363642 (diff)
downloademacs-50d434d19883a12e50f736d8216e8e36566d2424.tar.gz
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.
This searches the region for identical lines, and removes all but one
copy of each repeated line. The lines need not be sorted.
+---
+** `blink-matching-paren' now only highlights the matching open-paren
+by default, instead of moving cursor. Set this variable to `jump' to
+enable the old behavior.
+
* Changes in Specialized Modes and Packages in Emacs 24.4