]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete duplicated code.
authorKenichi Handa <handa@m17n.org>
Fri, 3 Sep 1999 01:28:20 +0000 (01:28 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 3 Sep 1999 01:28:20 +0000 (01:28 +0000)
lisp/international/characters.el

index 81312177accb43faf6fefe2e12a5d995788537e2..a2a06cbef7de70d68bf59b7b009661abf15be6e0 100644 (file)
 (modify-category-entry (make-char 'chinese-gb2312 37) ?K)
 (modify-category-entry (make-char 'chinese-gb2312 38) ?G)
 (modify-category-entry (make-char 'chinese-gb2312 39) ?Y)
-(modify-category-entry (make-char 'chinese-gb2312 35) ?A)
 (let ((row 48))
   (while (< row 127)
     (modify-category-entry (make-char 'chinese-gb2312 row) ?C)