diff options
| author | Juri Linkov | 2004-03-23 07:37:07 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-03-23 07:37:07 +0000 |
| commit | 5307cb2eb6d4b4292a94b2a4f344293c457d5e9b (patch) | |
| tree | 7063f32e0ae9026bf658533bf9efcecd8c211ebc | |
| parent | 544cb6b0daf843359d74b1c3526fe8df156f5c17 (diff) | |
| download | emacs-5307cb2eb6d4b4292a94b2a4f344293c457d5e9b.tar.gz emacs-5307cb2eb6d4b4292a94b2a4f344293c457d5e9b.zip | |
(describe-current-coding-system): Use window-width instead of frame-width.
| -rw-r--r-- | lisp/international/mule-diag.el | 2 |
1 files changed, 1 insertions, 1 deletions
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") | |||
| 845 | (setq codings (cons x codings)))) | 845 | (setq codings (cons x codings)))) |
| 846 | (get (car categories) 'coding-systems)) | 846 | (get (car categories) 'coding-systems)) |
| 847 | (if codings | 847 | (if codings |
| 848 | (let ((max-col (frame-width)) | 848 | (let ((max-col (window-width)) |
| 849 | pos) | 849 | pos) |
| 850 | (princ (format "\ | 850 | (princ (format "\ |
| 851 | The following are decoded correctly but recognized as %s:\n " | 851 | The following are decoded correctly but recognized as %s:\n " |