diff lisp/ChangeLog @ 110162:6ea012a6203d

* lisp/calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace calcAlg-blink-matching-open. (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration. (calc-do-alg-entry): Only touch the part of the keymap that varies. Use the new blink-matching-check-function.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 03 Sep 2010 13:26:08 +0200
parents eb977e012180
children c9b982e5aefd
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Sep 03 13:18:45 2010 +0200
+++ b/lisp/ChangeLog	Fri Sep 03 13:26:08 2010 +0200
@@ -1,5 +1,11 @@
 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
+	calcAlg-blink-matching-open.
+	(calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
+	(calc-do-alg-entry): Only touch the part of the keymap that varies.
+	Use the new blink-matching-check-function.
+
 	Provide blink-matching support to SMIE.
 	* emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
 	(smie-blink-matching-triggers, smie-blink-matching-inners): New vars.