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/news.el | |
parent | f01b6d17cc07655d6ce62a4ac5097947529b81a2 (diff) | |
download | emacs-2bb819d593a8cbf989a84c5346ba9386b89f6960.tar.gz |
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/news.el')
-rw-r--r-- | lisp/term/news.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/term/news.el b/lisp/term/news.el index 1b251dae58e..a6f7481c422 100644 --- a/lisp/term/news.el +++ b/lisp/term/news.el @@ -35,8 +35,6 @@ (if (not (keymapp news-fkey-prefix)) (error "What? Your news termcap/terminfo has no keycaps in it")) - ;; XXX We need to find a way to have these define-keys be display-local. -- Lorentey - ;; Termcap or terminfo will set these ;; (define-key news-fkey-prefix "P" [f1]) ;; (define-key news-fkey-prefix "Q" [f2]) |