diff options
Diffstat (limited to 'lisp/term/news.el')
-rw-r--r-- | lisp/term/news.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/news.el b/lisp/term/news.el index a6f7481c422..1b251dae58e 100644 --- a/lisp/term/news.el +++ b/lisp/term/news.el @@ -35,6 +35,8 @@ (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]) |