]> git.eshelyaron.com Git - emacs.git/commitdiff
(print-fontset): Indent font name by 24 columns, not 25.
authorKenichi Handa <handa@m17n.org>
Sat, 30 Dec 2000 01:08:10 +0000 (01:08 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 30 Dec 2000 01:08:10 +0000 (01:08 +0000)
lisp/international/mule-diag.el

index 4ed5fe165feac18aeee960e8d382cd3869957615..5901717e3fe3b9a3fdb8361e068efd7edadaa8cd 100644 (file)
@@ -1084,10 +1084,10 @@ but still contains full information about each coding system."
     (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 @@ but still contains full information about each coding system."
                      (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)