From: Juri Linkov Date: Tue, 23 Mar 2004 07:37:07 +0000 (+0000) Subject: (describe-current-coding-system): Use window-width instead of frame-width. X-Git-Tag: ttn-vms-21-2-B4~7137 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5307cb2eb6d4b4292a94b2a4f344293c457d5e9b;p=emacs.git (describe-current-coding-system): Use window-width instead of frame-width. --- diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index 0d74e93f8e8..90d5b87c4c6 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el @@ -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 "