diff options
| author | Stefan Monnier | 2002-03-17 21:51:46 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-03-17 21:51:46 +0000 |
| commit | ec96e747a1779396e770f3194bc6af8f8ebcc707 (patch) | |
| tree | 03e672117905e18bf71535e55aff2e699fef99cd /lisp/ChangeLog | |
| parent | 2154a29765fbd87edf495b1db960e8a90d1be9bc (diff) | |
| download | emacs-ec96e747a1779396e770f3194bc6af8f8ebcc707.tar.gz emacs-ec96e747a1779396e770f3194bc6af8f8ebcc707.zip | |
(describe-char-after): Use `internal-describe-syntax-value' again.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fbaa35baefb..8e517cc4fe1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2002-03-17 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2002-03-17 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 2 | ||
| 3 | * international/mule-diag.el (describe-char-after): | ||
| 4 | Use `internal-describe-syntax-value' again (got lost somewhere). | ||
| 5 | |||
| 3 | * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859): | 6 | * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859): |
| 4 | Use unify-8859-on-decoding-mode. | 7 | Use unify-8859-on-decoding-mode. |
| 5 | (unify-8859-on-decoding-mode): Also set translation-table-for-input. | 8 | (unify-8859-on-decoding-mode): Also set translation-table-for-input. |