Mercurial > emacs
changeset 24448:54fa245dc776
(top level): Display character 255 as 8bit as well.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 07 Mar 1999 13:27:35 +0000 |
parents | 8309f6535486 |
children | 2428731823fd |
files | lisp/term/internal.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/internal.el Sat Mar 06 19:07:47 1999 +0000 +++ b/lisp/term/internal.el Sun Mar 07 13:27:35 1999 +0000 @@ -293,7 +293,7 @@ ;; DOS terminal; in unibyte mode we want to see all 8-bit characters ;; verbatim. In both cases, we want the entire range of 8-bit ;; characters to arrive at our display code verbatim. -(standard-display-8bit 127 254) +(standard-display-8bit 127 255) (if default-enable-multibyte-characters ;; We want this in multibyte version only, since unibyte version