+1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * term/internal.el (IT-display-table-setup): Don't overstep
+ character code 255.
+
1999-11-20 Kenichi Handa <handa@mule.m17n.org>
* ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
;; 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