diff lisp/term/sun.el @ 83316:102194c6d773

Update Lisp code for a terminal-local `function-key-map'. * lisp/term/x-win.el (x-setup-function-keys): New function. Move function-key-map tweaks here. * lisp/faces.el (x-create-frame-with-faces): Call x-setup-function-keys. * lisp/term/iris-ansi.el: Update for terminal-local function-key-map. * lisp/term/lk201.el: Ditto. * lisp/term/news.el: Ditto. * lisp/term/rxvt.el: Ditto. * lisp/term/sun.el: Ditto. * lisp/term/xterm.el: Ditto. * lisp/startup.el: Cosmetic change. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-356
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 26 Jun 2005 03:19:45 +0000
parents 6fef25c75847
children 8eafadd7838b
line wrap: on
line diff
--- a/lisp/term/sun.el	Sat Jun 25 16:34:30 2005 +0000
+++ b/lisp/term/sun.el	Sun Jun 26 03:19:45 2005 +0000
@@ -92,8 +92,6 @@
 ;; so we ignore them on the way down
 ;;
 
-;; XXX We need to find a way to have these define-keys be display-local. -- Lorentey
-
 (defvar sun-raw-prefix (make-sparse-keymap))
 (define-key function-key-map "\e[" sun-raw-prefix)