Mercurial > emacs
changeset 26189:88faf40281cd
(mule-diag): Handle the case that
default-input-method is symbol.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 26 Oct 1999 12:53:53 +0000 |
parents | d3cc464b9e87 |
children | 598f252b76f2 |
files | lisp/international/mule-diag.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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")