# HG changeset patch # User Kenichi Handa # Date 940942433 0 # Node ID 88faf40281cd98e2d890ea42b84820dce0f62c53 # Parent d3cc464b9e87f2967b090e5c9d94793adcc9078e (mule-diag): Handle the case that default-input-method is symbol. diff -r d3cc464b9e87 -r 88faf40281cd lisp/international/mule-diag.el --- a/lisp/international/mule-diag.el Tue Oct 26 12:24:28 1999 +0000 +++ b/lisp/international/mule-diag.el Tue Oct 26 12:53:53 1999 +0000 @@ -783,7 +783,7 @@ (list-input-methods-1) (insert "\n") (if default-input-method - (insert "Default input method: " default-input-method "\n") + (insert (format "Default input method: %s\n" default-input-method)) (insert "No default input method is specified\n")) (insert-section 4 "Coding systems")