Mercurial > emacs
changeset 83638:38ddb24da427
(terminal-init-xterm): Fix previous change.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 23 Jun 2007 17:53:27 +0000 |
parents | 3bb19e773d04 |
children | b9b616870be8 |
files | lisp/ChangeLog.multi-tty lisp/term/xterm.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog.multi-tty Wed Jun 20 05:55:06 2007 +0000 +++ b/lisp/ChangeLog.multi-tty Sat Jun 23 17:53:27 2007 +0000 @@ -1,3 +1,7 @@ +2007-06-23 Dan Nicolaescu <dann@ics.uci.edu> + + * term/xterm.el (terminal-init-xterm): Fix previous change. + 2007-06-18 Dan Nicolaescu <dann@ics.uci.edu> * term/xterm.el (terminal-init-xterm): Revert bad merge from trunk.
--- a/lisp/term/xterm.el Wed Jun 20 05:55:06 2007 +0000 +++ b/lisp/term/xterm.el Sat Jun 23 17:53:27 2007 +0000 @@ -391,7 +391,7 @@ (substitute-key-definition [f59] [A-f11] local-function-key-map) (substitute-key-definition [f60] [A-f12] local-function-key-map) - (let ((map (make-sparse-keymap))) + (let ((map (copy-keymap xterm-function-map))) ;; Use inheritance to let the main keymap override those defaults. ;; This way we don't override terminfo-derived settings or settings