changeset 34931:debb78d4e934

(print-fontset): Indent font name by 24 columns, not 25.
author Kenichi Handa <handa@m17n.org>
date Sat, 30 Dec 2000 01:08:10 +0000
parents 1afc719eccd4
children ddf283b46fe8
files lisp/international/mule-diag.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)