From: Eli Zaretskii Date: Sun, 7 Mar 1999 13:27:35 +0000 (+0000) Subject: (top level): Display character 255 as 8bit as well. X-Git-Tag: emacs-20.4~501 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=296addb270e8335cfdf8ed634d3a77bb9ba725da;p=emacs.git (top level): Display character 255 as 8bit as well. --- diff --git a/lisp/term/internal.el b/lisp/term/internal.el index 33843a12fc3..c1be9aed3c4 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el @@ -293,7 +293,7 @@ list. You can (and should) also run it whenever the value of ;; 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