diff options
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/internal.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/term/internal.el b/lisp/term/internal.el index 2cf560694c6..0cdf0c1a7c3 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el | |||
| @@ -595,8 +595,7 @@ list. You can (and should) also run it if and when the value of | |||
| 595 | (set-selection-coding-system coding-dos) | 595 | (set-selection-coding-system coding-dos) |
| 596 | (IT-setup-unicode-display coding-unix) | 596 | (IT-setup-unicode-display coding-unix) |
| 597 | (prefer-coding-system coding-dos) | 597 | (prefer-coding-system coding-dos) |
| 598 | (and (default-value 'enable-multibyte-characters) | 598 | (setq unibyte-display-via-language-environment t) |
| 599 | (setq unibyte-display-via-language-environment t)) | ||
| 600 | ;; Some codepages have sporadic support for Latin-1, Greek, and | 599 | ;; Some codepages have sporadic support for Latin-1, Greek, and |
| 601 | ;; symbol glyphs, which don't belong to their native character | 600 | ;; symbol glyphs, which don't belong to their native character |
| 602 | ;; set. It's a nuisance to have all those glyphs here, for all | 601 | ;; set. It's a nuisance to have all those glyphs here, for all |