]> git.eshelyaron.com Git - emacs.git/commitdiff
(lao-composition-function): Don't use prog1.
authorDave Love <fx@gnu.org>
Mon, 28 Oct 2002 14:42:53 +0000 (14:42 +0000)
committerDave Love <fx@gnu.org>
Mon, 28 Oct 2002 14:42:53 +0000 (14:42 +0000)
lisp/language/lao-util.el

index 1639b1bf78b7e279a5e4b3c3a559263c59adc526..0f8d472bddebfcca988b431e8f3cb4c0ecae9961 100644 (file)
@@ -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))