diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2007-07-29 16:00:42 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2007-07-29 16:00:42 +0000 |
commit | 79f7f08a60ba3c4fbac3c9162ea613b23d05d1c7 (patch) | |
tree | c54351dcbcf6aec150f0e0649b1471d5cfbe7e5f /lisp/term | |
parent | 492d9f3e3ccd2b640958e840caa451e9e04e86db (diff) | |
download | emacs-79f7f08a60ba3c4fbac3c9162ea613b23d05d1c7.tar.gz |
* term/xterm.el (terminal-init-xterm): Fix merge issue.
* puresize.h (BASE_PURESIZE): Increase.
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/xterm.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el index 3308b50a588..b599069a7b4 100644 --- a/lisp/term/xterm.el +++ b/lisp/term/xterm.el @@ -431,7 +431,7 @@ (add-hook 'suspend-hook 'xterm-turn-off-modify-other-keys) (add-hook 'suspend-resume-hook 'xterm-turn-on-modify-other-keys) (add-hook 'kill-emacs-hook 'xterm-turn-off-modify-other-keys) - (xterm-turn-on-modify-other-keys)))))))) + (xterm-turn-on-modify-other-keys))))))) ;; Set up colors, for those versions of xterm that support it. (defvar xterm-standard-colors |