mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(thai-composition-function): Don't use prog1.
This commit is contained in:
parent
e10fd9a8c8
commit
a3fac65a78
2 changed files with 8 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue