/[emacs]/emacs/lisp/term/xterm.el
ViewVC logotype

Diff of /emacs/lisp/term/xterm.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by dann, Fri Sep 2 16:59:56 2005 UTC revision 1.23 by dann, Wed Sep 21 23:12:13 2005 UTC
# Line 34  Line 34 
34    (if (and (getenv "COLORTERM")    (if (and (getenv "COLORTERM")
35             (string-match "\\`rxvt" (getenv "COLORTERM")))             (string-match "\\`rxvt" (getenv "COLORTERM")))
36        (progn        (progn
37          (eval-when-compile (load "term/rxvt"))          (eval-and-compile (load "term/rxvt"))
38          (terminal-init-rxvt))          (terminal-init-rxvt))
39    
40      ;; The terminal intialization C code file might have initialized      ;; The terminal intialization C code file might have initialized

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26