emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/xterm.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/term/xterm.el
Date: Wed, 21 Sep 2005 19:12:16 -0400

Index: emacs/lisp/term/xterm.el
diff -c emacs/lisp/term/xterm.el:1.22 emacs/lisp/term/xterm.el:1.23
*** emacs/lisp/term/xterm.el:1.22       Fri Sep  2 16:59:56 2005
--- emacs/lisp/term/xterm.el    Wed Sep 21 23:12:13 2005
***************
*** 34,40 ****
    (if (and (getenv "COLORTERM")
           (string-match "\\`rxvt" (getenv "COLORTERM")))
        (progn 
!       (eval-when-compile (load "term/rxvt"))
        (terminal-init-rxvt))
  
      ;; The terminal intialization C code file might have initialized
--- 34,40 ----
    (if (and (getenv "COLORTERM")
           (string-match "\\`rxvt" (getenv "COLORTERM")))
        (progn 
!       (eval-and-compile (load "term/rxvt"))
        (terminal-init-rxvt))
  
      ;; The terminal intialization C code file might have initialized




reply via email to

[Prev in Thread] Current Thread [Next in Thread]