comparison lisp/term/news.el @ 38431:853c3674f20a

Fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 11:39:42 +0000
parents 8f952e921136
children 33d53d287ee4
comparison
equal deleted inserted replaced
38430:f8ffa9c41f7a 38431:853c3674f20a
31 (if (boundp 'news-fkey-prefix) 31 (if (boundp 'news-fkey-prefix)
32 nil 32 nil
33 ;; The terminal initialization should already have set up some keys 33 ;; The terminal initialization should already have set up some keys
34 (setq news-fkey-prefix (lookup-key function-key-map "\eO")) 34 (setq news-fkey-prefix (lookup-key function-key-map "\eO"))
35 (if (not (keymapp news-fkey-prefix)) 35 (if (not (keymapp news-fkey-prefix))
36 (error "What? Your news termcap/terminfo has no keycaps in it.")) 36 (error "What? Your news termcap/terminfo has no keycaps in it"))
37 37
38 ;; Termcap or terminfo will set these 38 ;; Termcap or terminfo will set these
39 ;; (define-key news-fkey-prefix "P" [f1]) 39 ;; (define-key news-fkey-prefix "P" [f1])
40 ;; (define-key news-fkey-prefix "Q" [f2]) 40 ;; (define-key news-fkey-prefix "Q" [f2])
41 ;; (define-key news-fkey-prefix "R" [f3]) 41 ;; (define-key news-fkey-prefix "R" [f3])