# HG changeset patch # User Kenichi Handa # Date 978138490 0 # Node ID debb78d4e93498a036ba46a592c6351209239e87 # Parent 1afc719eccd4b2d2eb5be79433ec0ac35dc4e11b (print-fontset): Indent font name by 24 columns, not 25. diff -r 1afc719eccd4 -r debb78d4e934 lisp/international/mule-diag.el --- a/lisp/international/mule-diag.el Sat Dec 30 01:07:49 2000 +0000 +++ b/lisp/international/mule-diag.el Sat Dec 30 01:08:10 2000 +0000 @@ -1084,10 +1084,10 @@ (beginning-of-line) (insert "Fontset: " fontset "\n") (insert "CHARSET or CHAR RANGE") - (indent-to 25) + (indent-to 24) (insert "FONT NAME\n") (insert "---------------------") - (indent-to 25) + (indent-to 24) (insert "---------") (insert "\n") (while tail @@ -1120,7 +1120,7 @@ (make-char charset (nth 1 split) (if (= (charset-chars charset) 94) 126 127)))) (insert to)))) - (indent-to 25) + (indent-to 24) (if (stringp font-spec) (insert font-spec) (if (car font-spec)