mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-19 02:10:10 +00:00
(lao-composition-function): Don't use prog1.
This commit is contained in:
parent
34b5d116a3
commit
e10fd9a8c8
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,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