(describe-current-coding-system): Use window-width instead of frame-width.

This commit is contained in:
Juri Linkov
2004-03-23 07:37:07 +00:00
parent 544cb6b0da
commit 5307cb2eb6

View File

@@ -845,7 +845,7 @@ Priority order for recognizing coding systems when reading files:\n")
(setq codings (cons x codings))))
(get (car categories) 'coding-systems))
(if codings
(let ((max-col (frame-width))
(let ((max-col (window-width))
pos)
(princ (format "\
The following are decoded correctly but recognized as %s:\n "