From: Dave Love Date: Mon, 28 Oct 2002 14:42:53 +0000 (+0000) Subject: (lao-composition-function): Don't use prog1. X-Git-Tag: ttn-vms-21-2-B4~12690 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e10fd9a8c8d4dab01812f33c03be0ff3fd362308;p=emacs.git (lao-composition-function): Don't use prog1. --- diff --git a/lisp/language/lao-util.el b/lisp/language/lao-util.el index 1639b1bf78b..0f8d472bdde 100644 --- a/lisp/language/lao-util.el +++ b/lisp/language/lao-util.el @@ -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))