comparison lisp/language/thai-util.el @ 27420:c90af868be18

(thai-composition-function): Delete superfluous `a'.
author Kenichi Handa <handa@m17n.org>
date Tue, 25 Jan 2000 03:26:27 +0000
parents fce3871ada53
children 60eb71a9f901
comparison
equal deleted inserted replaced
27419:2ff745d2c0cd 27420:c90af868be18
197 "Compose Thai text in the region FROM and TO. 197 "Compose Thai text in the region FROM and TO.
198 The text matches the regular expression PATTERN. 198 The text matches the regular expression PATTERN.
199 Optional 4th argument STRING, if non-nil, is a string containing text 199 Optional 4th argument STRING, if non-nil, is a string containing text
200 to compose. 200 to compose.
201 201
202 The return value is number of composed characters."a 202 The return value is number of composed characters."
203 (if (< (1+ from) to) 203 (if (< (1+ from) to)
204 (prog1 (- to from) 204 (prog1 (- to from)
205 (if string 205 (if string
206 (compose-string from to) 206 (compose-string from to)
207 (compose-region from to)) 207 (compose-region from to))