From: Vinicius Jose Latorre Date: Sun, 3 Dec 2006 13:29:41 +0000 (+0000) Subject: Fix paren.el. X-Git-Tag: emacs-pretest-22.0.92~342 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d166d7c41bdfe552bb03b7962732bb84747173d3;p=emacs.git Fix paren.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ebe9c84ce31..2902d6cb1f6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -37,11 +37,12 @@ * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring. -2006-12-01 Vinicius Jose Latorre +2006-12-01 Ben North * paren.el: Fix the highlight overlay extension when the user types a sequence of char very fast just after the open parenthesis. - Suggested by Ben North . + +2006-12-01 Vinicius Jose Latorre * ps-mule.el: Eliminate Emacs 20 compatibility.