aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term')
-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 5a0ffe29bc..7568510bfe 100644
--- a/lisp/term/internal.el
+++ b/lisp/term/internal.el
@@ -220,7 +220,7 @@ If TABLE is nil or omitted, `standard-display-table' is used."
;; Undo the effects of previous call (where they may have used
;; a different codepage) by reverting the display table for the
;; built-in charset to its pristine shape.
- (while (< c (+ offset 128))
+ (while (< c 256)
(aset disp-tab (make-char built-in-set c) nil)
(setq c (1+ c)))
(while surrogates