diff options
Diffstat (limited to 'lisp/term/news.el')
-rw-r--r-- | lisp/term/news.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/news.el b/lisp/term/news.el index 014ecb1cc13..ab2d10158c8 100644 --- a/lisp/term/news.el +++ b/lisp/term/news.el @@ -34,7 +34,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 local-function-key-map "\eO")) (if (not (keymapp news-fkey-prefix)) (error "What? Your news termcap/terminfo has no keycaps in it")) |