diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2005-06-26 03:19:45 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2005-06-26 03:19:45 +0000 |
commit | 2bb819d593a8cbf989a84c5346ba9386b89f6960 (patch) | |
tree | 4cf40e4f6ae44ce0230c4ae9ff31484b1e068023 /lisp/term/sun.el | |
parent | f01b6d17cc07655d6ce62a4ac5097947529b81a2 (diff) | |
download | emacs-2bb819d593a8cbf989a84c5346ba9386b89f6960.tar.gz emacs-2bb819d593a8cbf989a84c5346ba9386b89f6960.tar.bz2 emacs-2bb819d593a8cbf989a84c5346ba9386b89f6960.zip |
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
Diffstat (limited to 'lisp/term/sun.el')
-rw-r--r-- | lisp/term/sun.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/term/sun.el b/lisp/term/sun.el index 667762e0aa7..238bb2f7212 100644 --- a/lisp/term/sun.el +++ b/lisp/term/sun.el @@ -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) |