diff options
| author | Kenichi Handa | 2005-02-03 02:19:15 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-02-03 02:19:15 +0000 |
| commit | fbbde29acf66db8c98f3f88e9c4d3a51f141d35a (patch) | |
| tree | 88eed8c18dece230ceeff5164df65e4c745cfad0 | |
| parent | 37a354aed8fd047e2fec9ca92a6d5fccf403f159 (diff) | |
| download | emacs-fbbde29acf66db8c98f3f88e9c4d3a51f141d35a.tar.gz emacs-fbbde29acf66db8c98f3f88e9c4d3a51f141d35a.zip | |
Cancel previous change. for
I-WITH-DOT-ABOVE and DOTLESS-i
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/international/characters.el | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e919f5f4622..032d796014a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-02-03 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/characters.el: Cancel previous change. for | ||
| 4 | I-WITH-DOT-ABOVE and DOTLESS-i. | ||
| 5 | |||
| 6 | * international/latin-5.el: Cancel previous change. | ||
| 7 | |||
| 1 | 2005-02-02 Nick Roberts <nickrob@snap.net.nz> | 8 | 2005-02-02 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 9 | ||
| 3 | * progmodes/gud.el: Correction to syntax in gud-menu-map. | 10 | * progmodes/gud.el: Correction to syntax in gud-menu-map. |
diff --git a/lisp/international/characters.el b/lisp/international/characters.el index 77eb49807c0..727c9e6b9ff 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el | |||
| @@ -884,8 +884,8 @@ | |||
| 884 | (set-case-syntax-pair | 884 | (set-case-syntax-pair |
| 885 | (decode-char 'ucs (1- c)) (decode-char 'ucs c) tbl)) | 885 | (decode-char 'ucs (1- c)) (decode-char 'ucs c) tbl)) |
| 886 | (setq c (1+ c))) | 886 | (setq c (1+ c))) |
| 887 | (set-downcase-syntax ?$,1 P(B ?i tbl) | 887 | ;;(set-downcase-syntax ?$,1 P(B ?i tbl) |
| 888 | (set-upcase-syntax ?I ?$,1 Q(B tbl) | 888 | ;;(set-upcase-syntax ?I ?$,1 Q(B tbl) |
| 889 | (set-case-syntax-pair ?$,1 R(B ?$,1 S(B tbl) | 889 | (set-case-syntax-pair ?$,1 R(B ?$,1 S(B tbl) |
| 890 | (set-case-syntax-pair ?$,1 T(B ?$,1 U(B tbl) | 890 | (set-case-syntax-pair ?$,1 T(B ?$,1 U(B tbl) |
| 891 | (set-case-syntax-pair ?$,1 V(B ?$,1 W(B tbl) | 891 | (set-case-syntax-pair ?$,1 V(B ?$,1 W(B tbl) |