(toplevel): Enable utf-translate-cjk-mode explicitly.
authorteranisi <teranisi>
Mon, 4 Oct 2004 14:31:43 +0000 (14:31 +0000)
committerteranisi <teranisi>
Mon, 4 Oct 2004 14:31:43 +0000 (14:31 +0000)
elmo/ChangeLog
tests/ChangeLog
tests/test-utf7.el

index aec6853..511bde4 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-util.el (elmo-concat-path): Treat empty path.
+
 2004-10-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * elmo-split.el (elmo-split-address-equal): Fixed typo (field =>
index 4fcaf1d..0b715e7 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * test-utf7.el (toplevel): Enable utf-translate-cjk-mode explicitly.
+
 2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * test-elmo-localdir.el
index 8f5bcc1..1cab656 100644 (file)
@@ -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)))