1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00

(set-display-table-and-terminal-coding-system):

Delete duplicate aset on standard-display-table.
This commit is contained in:
Richard M. Stallman 2003-07-09 16:18:21 +00:00
parent 90bb2ff453
commit b221615bc4

View File

@ -1691,8 +1691,7 @@ The default status is as follows:
;; doesn't need to undo it.)
(when standard-display-table
(dotimes (i 128)
(aset standard-display-table (+ i 128) nil))
(aset standard-display-table 146 nil)))
(aset standard-display-table (+ i 128) nil))))
(or (eq window-system 'pc)
(set-terminal-coding-system coding))))