[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/language/lao-util.el
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/language/lao-util.el |
Date: |
Thu, 07 Nov 2002 01:31:38 -0500 |
Index: emacs/lisp/language/lao-util.el
diff -c emacs/lisp/language/lao-util.el:1.17
emacs/lisp/language/lao-util.el:1.18
*** emacs/lisp/language/lao-util.el:1.17 Fri Dec 7 13:18:33 2001
--- emacs/lisp/language/lao-util.el Mon Oct 28 09:42:53 2002
***************
*** 596,602 ****
The return value is number of composed characters."
(if (< (1+ from) to)
! (prog1 (- to from)
(if string
(compose-string string from to)
(compose-region from to))
--- 596,602 ----
The return value is number of composed characters."
(if (< (1+ from) to)
! (progn
(if string
(compose-string string from to)
(compose-region from to))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/language/lao-util.el,
Kenichi Handa <=