From 55bab3884605e3d460f5bd6684c62340484148d2 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 30 Dec 2000 01:08:10 +0000 Subject: [PATCH] (print-fontset): Indent font name by 24 columns, not 25. --- lisp/international/mule-diag.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index 4ed5fe165fe..5901717e3fe 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el @@ -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) -- 2.39.2