egg-980402.
[elisp/egg.git] / egg / wnn.el
index 9b4e3e4..4ada308 100644 (file)
@@ -10,7 +10,7 @@
 ;;
 ;; Maintainer: NIIBE Yutaka <gniibe@mri.co.jp>
 
-;; This file will be part of EGG (in future).
+;; This file is part of EGG.
 
 ;; EGG is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -415,8 +415,8 @@ Return the list of bunsetsu."
       (set-buffer buf)
       (erase-buffer)
       (buffer-disable-undo)
-      (setq enable-multibyte-characters nil
-           egg-fixed-euc (wnn-server-coding-system server-info)))
+      (setq egg-fixed-euc (wnn-server-coding-system server-info))
+      (set-buffer-multibyte nil))
     (cond
      ((null hostname-list)
       (setq hostname-list '("localhost")))