aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii1999-03-07 13:27:35 +0000
committerEli Zaretskii1999-03-07 13:27:35 +0000
commit296addb270e8335cfdf8ed634d3a77bb9ba725da (patch)
tree4c72492488ba15b2a79328c7eba45f9646c3904f
parentf87880f53d91252e469159b43bfa5b98417b8f7a (diff)
downloademacs-296addb270e8335cfdf8ed634d3a77bb9ba725da.tar.gz
emacs-296addb270e8335cfdf8ed634d3a77bb9ba725da.zip
(top level): Display character 255 as 8bit as well.
-rw-r--r--lisp/term/internal.el2
1 files changed, 1 insertions, 1 deletions
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
293;; DOS terminal; in unibyte mode we want to see all 8-bit characters 293;; DOS terminal; in unibyte mode we want to see all 8-bit characters
294;; verbatim. In both cases, we want the entire range of 8-bit 294;; verbatim. In both cases, we want the entire range of 8-bit
295;; characters to arrive at our display code verbatim. 295;; characters to arrive at our display code verbatim.
296(standard-display-8bit 127 254) 296(standard-display-8bit 127 255)
297 297
298(if default-enable-multibyte-characters 298(if default-enable-multibyte-characters
299 ;; We want this in multibyte version only, since unibyte version 299 ;; We want this in multibyte version only, since unibyte version