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/faces.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/faces.el')
-rw-r--r-- | lisp/faces.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index e284d1f9ca5..eb8fe15e1c0 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1713,6 +1713,7 @@ Value is the new frame created." success) (unwind-protect (progn + (x-setup-function-keys frame) (x-handle-reverse-video frame parameters) (frame-set-background-mode frame) (face-set-after-frame-default frame) |