summaryrefslogtreecommitdiff
path: root/lisp/term/news.el
diff options
context:
space:
mode:
authorKaroly Lorentey <lorentey@elte.hu>2005-06-27 03:19:27 +0000
committerKaroly Lorentey <lorentey@elte.hu>2005-06-27 03:19:27 +0000
commitff2fc632a5f3a53ab1ad59388d18182656399c40 (patch)
tree1ad1a650e9a2785246f761832fc083cd3e401579 /lisp/term/news.el
parent2a42d44084e05d60f28a51609aa7c12fb547fffe (diff)
downloademacs-ff2fc632a5f3a53ab1ad59388d18182656399c40.tar.gz
Use terminal-local-value to access function-key-map in terminal packages.
* lisp/term/AT386.el: Wrap function-key-map accesses in (set-)terminal-local-value. * lisp/term/internal.el: Ditto. * lisp/term/iris-ansi.el: Ditto. * lisp/term/lk201.el: Ditto. * lisp/term/mac-win.el: Ditto. * lisp/term/news.el: Ditto. * lisp/term/rxvt.el: Ditto. * lisp/term/sun.el: Ditto. * lisp/term/tvi970.el: Ditto. * lisp/term/wyse50.el: Ditto. * lisp/term/x-win.el: Ditto. * lisp/term/xterm.el: Ditto. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-366
Diffstat (limited to 'lisp/term/news.el')
-rw-r--r--lisp/term/news.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/news.el b/lisp/term/news.el
index a6f7481c422..fc5dd86710f 100644
--- a/lisp/term/news.el
+++ b/lisp/term/news.el
@@ -31,7 +31,7 @@
(if (boundp 'news-fkey-prefix)
nil
;; The terminal initialization should already have set up some keys
- (setq news-fkey-prefix (lookup-key function-key-map "\eO"))
+ (setq news-fkey-prefix (lookup-key (terminal-local-value 'function-key-map nil) "\eO"))
(if (not (keymapp news-fkey-prefix))
(error "What? Your news termcap/terminfo has no keycaps in it"))