From 2ab5dc5f2706627e595aff53200405daf939b65c Mon Sep 17 00:00:00 2001 From: teranisi Date: Mon, 4 Oct 2004 14:31:43 +0000 Subject: [PATCH] (toplevel): Enable utf-translate-cjk-mode explicitly. --- elmo/ChangeLog | 4 ++++ tests/ChangeLog | 4 ++++ tests/test-utf7.el | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/elmo/ChangeLog b/elmo/ChangeLog index aec6853..511bde4 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,7 @@ +2004-10-04 Yuuichi Teranishi + + * elmo-util.el (elmo-concat-path): Treat empty path. + 2004-10-03 Hiroya Murata * elmo-split.el (elmo-split-address-equal): Fixed typo (field => diff --git a/tests/ChangeLog b/tests/ChangeLog index 4fcaf1d..0b715e7 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2004-10-04 Yuuichi Teranishi + + * test-utf7.el (toplevel): Enable utf-translate-cjk-mode explicitly. + 2004-05-05 Yuuichi Teranishi * test-elmo-localdir.el diff --git a/tests/test-utf7.el b/tests/test-utf7.el index 8f5bcc1..1cab656 100644 --- a/tests/test-utf7.el +++ b/tests/test-utf7.el @@ -3,7 +3,7 @@ ;; Emacs 21.3.50 or later (if (boundp 'utf-translate-cjk-mode) - (utf-translate-cjk-mode) + (utf-translate-cjk-mode 1) ;; Use Mule-UCS if installed (ignore-errors (require 'un-define))) -- 1.7.10.4