1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00

Modify syntax of more characters.

This commit is contained in:
Kenichi Handa 2004-05-19 23:35:22 +00:00
parent 47ff5b2840
commit 013d402e90

View File

@ -657,7 +657,7 @@
(modify-category-entry (make-char 'korean-ksc5601 43) ?K)
(modify-category-entry (make-char 'korean-ksc5601 44) ?Y)
(let ((parens "$(C!2!3!4!5!6!7!8!9!:!;!<!=(B" )
(let ((parens "$(C!2!3!4!5!6!7!8!9!:!;!<!=#(#)#[#]#{#}(B" )
open close)
(dotimes (i (/ (length parens) 2))
(setq open (aref parens (* i 2))