From 0a8fc05dd5f7d49832cfb28d1c569e89b6ec9859 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sat, 23 Jun 2007 17:53:27 +0000 Subject: [PATCH] (terminal-init-xterm): Fix previous change. --- lisp/ChangeLog.multi-tty | 4 ++++ lisp/term/xterm.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog.multi-tty b/lisp/ChangeLog.multi-tty index 0d89f9d15ca..80fc5f4d586 100644 --- a/lisp/ChangeLog.multi-tty +++ b/lisp/ChangeLog.multi-tty @@ -1,3 +1,7 @@ +2007-06-23 Dan Nicolaescu + + * term/xterm.el (terminal-init-xterm): Fix previous change. + 2007-06-18 Dan Nicolaescu * term/xterm.el (terminal-init-xterm): Revert bad merge from trunk. diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el index 1761ab35d3f..9cc4c6b45d6 100644 --- a/lisp/term/xterm.el +++ b/lisp/term/xterm.el @@ -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 -- 2.39.5