diff options
| author | Kenichi Handa | 2000-12-30 01:08:10 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-12-30 01:08:10 +0000 |
| commit | 55bab3884605e3d460f5bd6684c62340484148d2 (patch) | |
| tree | fa548e03497c7fba0ca912c8c3eed2c6781d55c3 | |
| parent | 9c92eb539dd85d26c6041838301ce7fb18448ee4 (diff) | |
| download | emacs-55bab3884605e3d460f5bd6684c62340484148d2.tar.gz emacs-55bab3884605e3d460f5bd6684c62340484148d2.zip | |
(print-fontset): Indent font name by 24 columns, not 25.
| -rw-r--r-- | lisp/international/mule-diag.el | 6 |
1 files 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." | |||
| 1084 | (beginning-of-line) | 1084 | (beginning-of-line) |
| 1085 | (insert "Fontset: " fontset "\n") | 1085 | (insert "Fontset: " fontset "\n") |
| 1086 | (insert "CHARSET or CHAR RANGE") | 1086 | (insert "CHARSET or CHAR RANGE") |
| 1087 | (indent-to 25) | 1087 | (indent-to 24) |
| 1088 | (insert "FONT NAME\n") | 1088 | (insert "FONT NAME\n") |
| 1089 | (insert "---------------------") | 1089 | (insert "---------------------") |
| 1090 | (indent-to 25) | 1090 | (indent-to 24) |
| 1091 | (insert "---------") | 1091 | (insert "---------") |
| 1092 | (insert "\n") | 1092 | (insert "\n") |
| 1093 | (while tail | 1093 | (while tail |
| @@ -1120,7 +1120,7 @@ but still contains full information about each coding system." | |||
| 1120 | (make-char charset (nth 1 split) | 1120 | (make-char charset (nth 1 split) |
| 1121 | (if (= (charset-chars charset) 94) 126 127)))) | 1121 | (if (= (charset-chars charset) 94) 126 127)))) |
| 1122 | (insert to)))) | 1122 | (insert to)))) |
| 1123 | (indent-to 25) | 1123 | (indent-to 24) |
| 1124 | (if (stringp font-spec) | 1124 | (if (stringp font-spec) |
| 1125 | (insert font-spec) | 1125 | (insert font-spec) |
| 1126 | (if (car font-spec) | 1126 | (if (car font-spec) |