From: akr Date: Tue, 1 Sep 1998 11:39:36 +0000 (+0000) Subject: * emu-mule.el (ccl-execute-on-string): Fix arguments X-Git-Tag: apel-8_18~20 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2f0bd5110acf085f9cacdc644f99836eef230d6c;p=elisp%2Fapel.git * emu-mule.el (ccl-execute-on-string): Fix arguments order `status' and `string'. --- diff --git a/ChangeLog b/ChangeLog index 6a53838..1f4406b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-09-01 Tanaka Akira + + * emu-mule.el (ccl-execute-on-string): Fix arguments + order `status' and `string'. + 1998-08-31 MORIOKA Tomohiko * APEL: Version 8.17 was released. diff --git a/emu-mule.el b/emu-mule.el index f6642ab..617f74f 100644 --- a/emu-mule.el +++ b/emu-mule.el @@ -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