comparison lisp/language/japan-util.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents 67b464da13ec
children 8e366c0e85aa d7ddb3e565de
comparison
equal deleted inserted replaced
49597:e88404e8f2cf 49598:0d8b17d428b5
133 (put-char-code-property jisx0201 'jisx0208 jisx0208))))) 133 (put-char-code-property jisx0201 'jisx0208 jisx0208)))))
134 134
135 (defconst japanese-alpha-numeric-table 135 (defconst japanese-alpha-numeric-table
136 '((?0 . ?0) (?1 . ?1) (?2 . ?2) (?3 . ?3) (?4 . ?4) 136 '((?0 . ?0) (?1 . ?1) (?2 . ?2) (?3 . ?3) (?4 . ?4)
137 (?5 . ?5) (?6 . ?6) (?7 . ?7) (?8 . ?8) (?9 . ?9) 137 (?5 . ?5) (?6 . ?6) (?7 . ?7) (?8 . ?8) (?9 . ?9)
138 (?A . ?A) (?B . ?B) (?C . ?C) (?D . ?D) (?E . ?E) 138 (?A . ?A) (?B . ?B) (?C . ?C) (?D . ?D) (?E . ?E)
139 (?F . ?F) (?G . ?G) (?H . ?H) (?I . ?I) (?J . ?J) 139 (?F . ?F) (?G . ?G) (?H . ?H) (?I . ?I) (?J . ?J)
140 (?K . ?K) (?L . ?L) (?M . ?M) (?N . ?N) (?O . ?O) 140 (?K . ?K) (?L . ?L) (?M . ?M) (?N . ?N) (?O . ?O)
141 (?P . ?P) (?Q . ?Q) (?R . ?R) (?S . ?S) (?T . ?T) 141 (?P . ?P) (?Q . ?Q) (?R . ?R) (?S . ?S) (?T . ?T)
142 (?U . ?U) (?V . ?V) (?W . ?W) (?X . ?X) (?Y . ?Y) (?Z . ?Z) 142 (?U . ?U) (?V . ?V) (?W . ?W) (?X . ?X) (?Y . ?Y) (?Z . ?Z)
143 (?a . ?a) (?b . ?b) (?c . ?c) (?d . ?d) (?e . ?e) 143 (?a . ?a) (?b . ?b) (?c . ?c) (?d . ?d) (?e . ?e)