mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
(thai-composition-function): Don't use prog1.
This commit is contained in:
parent
e10fd9a8c8
commit
a3fac65a78
@ -1,5 +1,12 @@
|
||||
2002-10-28 Dave Love <fx@gnu.org>
|
||||
|
||||
* language/thai-util.el (thai-composition-function): Don't use prog1.
|
||||
|
||||
* language/lao-util.el (lao-composition-function): Don't use prog1.
|
||||
|
||||
* language/european.el (diacritic-composition-function): Modify
|
||||
confused prog1 form.
|
||||
|
||||
* international/quail.el (quail-keyboard-layout-alist): Fix
|
||||
pc105-uk.
|
||||
(quail-keyboard-layout): Customize.
|
||||
|
@ -286,7 +286,7 @@ to compose.
|
||||
|
||||
The return value is number of composed characters."
|
||||
(if (< (1+ from) to)
|
||||
(prog1 (- to from)
|
||||
(progn
|
||||
(if string
|
||||
(compose-string string from to)
|
||||
(compose-region from to))
|
||||
|
Loading…
Reference in New Issue
Block a user