(describe-language-environment):
authorKenichi Handa <handa@m17n.org>
Sat, 11 Apr 1998 02:18:31 +0000 (02:18 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 11 Apr 1998 02:18:31 +0000 (02:18 +0000)
Print the languge environment at the head.

lisp/international/mule-cmds.el

index a6526ff..8f0eac9 100644 (file)
@@ -897,6 +897,7 @@ specifies the character set for the major languages of Western Europe."
       (setq language-name (symbol-name language-name)))
   (let ((doc (get-language-info language-name 'documentation)))
     (with-output-to-temp-buffer "*Help*"
+      (princ-list language-name " language environment" "\n")
       (if (stringp doc)
          (progn
            (princ-list doc)