1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 19:42:53 -08:00

Fix paren.el.

This commit is contained in:
Vinicius Jose Latorre 2006-12-03 13:29:41 +00:00
parent ff24abfeeb
commit d166d7c41b

View file

@ -37,11 +37,12 @@
* descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2006-12-01 Ben North <ben@redfrontdoor.org>
* 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 <ben@redfrontdoor.org>.
2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* ps-mule.el: Eliminate Emacs 20 compatibility.