From 2f0bd5110acf085f9cacdc644f99836eef230d6c Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 1 Sep 1998 11:39:36 +0000 Subject: [PATCH] * emu-mule.el (ccl-execute-on-string): Fix arguments order `status' and `string'. --- ChangeLog | 5 +++++ emu-mule.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 1.7.10.4