diff options
| author | Vinicius Jose Latorre | 2006-12-03 13:29:41 +0000 |
|---|---|---|
| committer | Vinicius Jose Latorre | 2006-12-03 13:29:41 +0000 |
| commit | d166d7c41bdfe552bb03b7962732bb84747173d3 (patch) | |
| tree | 96bfc2974c0ad3ecb2d0981709277c24209b7244 | |
| parent | ff24abfeebacd383438b5f599bdfd82cf1412785 (diff) | |
| download | emacs-d166d7c41bdfe552bb03b7962732bb84747173d3.tar.gz emacs-d166d7c41bdfe552bb03b7962732bb84747173d3.zip | |
Fix paren.el.
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ebe9c84ce31..2902d6cb1f6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -37,11 +37,12 @@ | |||
| 37 | 37 | ||
| 38 | * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring. | 38 | * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring. |
| 39 | 39 | ||
| 40 | 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 40 | 2006-12-01 Ben North <ben@redfrontdoor.org> |
| 41 | 41 | ||
| 42 | * paren.el: Fix the highlight overlay extension when the user types a | 42 | * paren.el: Fix the highlight overlay extension when the user types a |
| 43 | sequence of char very fast just after the open parenthesis. | 43 | sequence of char very fast just after the open parenthesis. |
| 44 | Suggested by Ben North <ben@redfrontdoor.org>. | 44 | |
| 45 | 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 45 | 46 | ||
| 46 | * ps-mule.el: Eliminate Emacs 20 compatibility. | 47 | * ps-mule.el: Eliminate Emacs 20 compatibility. |
| 47 | 48 | ||