comparison lisp/term/xterm.el @ 65642:abfd35943fc4

(terminal-init-xterm): Fix loading rxvt at run time.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 21 Sep 2005 23:12:14 +0000
parents 6c488c4c11c6
children 067115a6e738 2a679c81f552 ee12d75eb214
comparison
equal deleted inserted replaced
65641:b10c339a6f5a 65642:abfd35943fc4
32 ;; rxvt's keybindings that are incompatible with xterm's. It is 32 ;; rxvt's keybindings that are incompatible with xterm's. It is
33 ;; better in that case to use rxvt's initializion function. 33 ;; better in that case to use rxvt's initializion function.
34 (if (and (getenv "COLORTERM") 34 (if (and (getenv "COLORTERM")
35 (string-match "\\`rxvt" (getenv "COLORTERM"))) 35 (string-match "\\`rxvt" (getenv "COLORTERM")))
36 (progn 36 (progn
37 (eval-when-compile (load "term/rxvt")) 37 (eval-and-compile (load "term/rxvt"))
38 (terminal-init-rxvt)) 38 (terminal-init-rxvt))
39 39
40 ;; The terminal intialization C code file might have initialized 40 ;; The terminal intialization C code file might have initialized
41 ;; function keys F13->F60 from the termcap/terminfo information. On 41 ;; function keys F13->F60 from the termcap/terminfo information. On
42 ;; a PC-style keyboard these keys correspond to 42 ;; a PC-style keyboard these keys correspond to