* emu-mule.el (ccl-execute-on-string): Fix arguments
authorakr <akr>
Tue, 1 Sep 1998 11:39:36 +0000 (11:39 +0000)
committerakr <akr>
Tue, 1 Sep 1998 11:39:36 +0000 (11:39 +0000)
order `status' and `string'.

ChangeLog
emu-mule.el

index 6a53838..1f4406b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-09-01  Tanaka Akira <akr@jaist.ac.jp>
+
+       * emu-mule.el (ccl-execute-on-string): Fix arguments
+       order `status' and `string'.
+
 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * APEL: Version 8.17 was released.
index f6642ab..617f74f 100644 (file)
@@ -553,7 +553,7 @@ If CCL-PROG is symbol, it is dereferenced.
 \[Emacs 20.3 emulating function]"
   (exec-ccl-string
    (if (symbolp ccl-prog) (symbol-value ccl-prog) ccl-prog)
-   string status))
+   status string))
 
 
 ;;; @ end