X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fmule%2Fmule-help.el;h=e8892078ff118b07399bde0cb5a22436f9089a09;hb=374ff4e519d7ff341fed387339f612ddec168e16;hp=0a330cd0700c34570f6ccc4fb9fd9eb0cb361ee2;hpb=28a3fa29bc0bd9a124b6e3379e82d62e815c22a2;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/mule/mule-help.el b/lisp/mule/mule-help.el index 0a330cd..e889207 100644 --- a/lisp/mule/mule-help.el +++ b/lisp/mule/mule-help.el @@ -2,8 +2,8 @@ ;; Copyright (C) 1997 by Free Software Foundation, Inc. -;; Author: SL Baur -;; Keywords: help, internal +;; Author: SL Baur +;; Keywords: help, internal, mule ;; This file is part of XEmacs. @@ -57,7 +57,9 @@ With arg, you are asked to select which language." (setq buffer-file-name file) (setq default-directory (expand-file-name "~/")) (setq buffer-auto-save-file-name nil) - (insert-file-contents (locate-data-file filename)) + (let ((coding-system-for-read + (get-language-info lang 'tutorial-coding-system))) + (insert-file-contents (locate-data-file filename))) (goto-char (point-min)) ;; The 'didactic' blank lines: Possibly insert blank lines ;; around <>, and change << >> to [ ]. @@ -83,4 +85,4 @@ With arg, you are asked to select which language." (provide 'mule-help) -;;; mule-help.el ends here \ No newline at end of file +;;; mule-help.el ends here