diff options
| author | Andreas Schwab | 2002-12-09 15:55:32 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2002-12-09 15:55:32 +0000 |
| commit | 034d21fe42133b76792464f182977f5216f1172b (patch) | |
| tree | d683c12d566f39b73a6b64a23951026f90254c9f /lisp | |
| parent | ac42d7b99183dc6a2850a1852057b7447ecb148d (diff) | |
| download | emacs-034d21fe42133b76792464f182977f5216f1172b.tar.gz emacs-034d21fe42133b76792464f182977f5216f1172b.zip | |
Fix last change.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/international/ucs-tables.el | 15 |
2 files changed, 12 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 95aef8d1ae8..982ea716689 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-12-09 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * international/ucs-tables.el: Fix last change. | ||
| 4 | |||
| 1 | 2002-12-09 Kenichi Handa <handa@m17n.org> | 5 | 2002-12-09 Kenichi Handa <handa@m17n.org> |
| 2 | 6 | ||
| 3 | * international/titdic-cnv.el (titdic-convert): Process the | 7 | * international/titdic-cnv.el (titdic-convert): Process the |
diff --git a/lisp/international/ucs-tables.el b/lisp/international/ucs-tables.el index d7eae5ed459..e26364e468a 100644 --- a/lisp/international/ucs-tables.el +++ b/lisp/international/ucs-tables.el | |||
| @@ -2416,14 +2416,15 @@ Interactively, prompts for a hex string giving the code." | |||
| 2416 | (?(1x(B . ?$,1Dx(B) | 2416 | (?(1x(B . ?$,1Dx(B) |
| 2417 | (?(1y(B . ?$,1Dy(B) | 2417 | (?(1y(B . ?$,1Dy(B) |
| 2418 | (?(1|(B . ?$,1D|(B) | 2418 | (?(1|(B . ?$,1D|(B) |
| 2419 | (?(1}(B . ?$,1D}(B)) | 2419 | (?(1}(B . ?$,1D}(B))) |
| 2420 | 2420 | ||
| 2421 | (other | 2421 | (other |
| 2422 | ;; latin-jisx0201 is mostly decoded to ascii, with these | 2422 | '( |
| 2423 | ;; exceptions, so we don't bother with tables for the whole | 2423 | ;; latin-jisx0201 is mostly decoded to ascii, with these |
| 2424 | ;; thing. | 2424 | ;; exceptions, so we don't bother with tables for the whole |
| 2425 | (?(J\(B . ?,A%(B) | 2425 | ;; thing. |
| 2426 | (?(J~(B . ?$,1s>(B)))) | 2426 | (?(J\(B . ?,A%(B) |
| 2427 | (?(J~(B . ?$,1s>(B)))) | ||
| 2427 | (let ((table (make-char-table 'safe-chars)) | 2428 | (let ((table (make-char-table 'safe-chars)) |
| 2428 | safe-charsets) | 2429 | safe-charsets) |
| 2429 | (dolist (cs '(vietnamese-viscii lao chinese-sisheng ipa | 2430 | (dolist (cs '(vietnamese-viscii lao chinese-sisheng ipa |