Mercurial > emacs
changeset 51849:48ac694d29fa
(set-display-table-and-terminal-coding-system):
Delete duplicate aset on standard-display-table.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 09 Jul 2003 16:18:21 +0000 |
parents | 2ec7d96e306e |
children | 7f4d56964e57 |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el Wed Jul 09 16:16:54 2003 +0000 +++ b/lisp/international/mule-cmds.el Wed Jul 09 16:18:21 2003 +0000 @@ -1691,8 +1691,7 @@ ;; 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))))