diff options
author | Kenichi Handa <handa@m17n.org> | 2005-02-03 02:19:15 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2005-02-03 02:19:15 +0000 |
commit | fbbde29acf66db8c98f3f88e9c4d3a51f141d35a (patch) | |
tree | 88eed8c18dece230ceeff5164df65e4c745cfad0 /lisp/international | |
parent | 37a354aed8fd047e2fec9ca92a6d5fccf403f159 (diff) | |
download | emacs-fbbde29acf66db8c98f3f88e9c4d3a51f141d35a.tar.gz |
Cancel previous change. for
I-WITH-DOT-ABOVE and DOTLESS-i
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/characters.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ (set-case-syntax-pair (decode-char 'ucs (1- c)) (decode-char 'ucs c) tbl)) (setq c (1+ c))) - (set-downcase-syntax ?$,1 P(B ?i tbl) - (set-upcase-syntax ?I ?$,1 Q(B tbl) + ;;(set-downcase-syntax ?$,1 P(B ?i tbl) + ;;(set-upcase-syntax ?I ?$,1 Q(B tbl) (set-case-syntax-pair ?$,1 R(B ?$,1 S(B tbl) (set-case-syntax-pair ?$,1 T(B ?$,1 U(B tbl) (set-case-syntax-pair ?$,1 V(B ?$,1 W(B tbl) |