]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-current-coding-system): Use window-width instead of frame-width.
authorJuri Linkov <juri@jurta.org>
Tue, 23 Mar 2004 07:37:07 +0000 (07:37 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 23 Mar 2004 07:37:07 +0000 (07:37 +0000)
lisp/international/mule-diag.el

index 0d74e93f8e864e66c775abba98645a8207ffbae3..90d5b87c4c6c242d3c081c9a1cd40b89c10e026d 100644 (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   "