]> git.eshelyaron.com Git - emacs.git/commitdiff
(terminal-init-xterm): Fix loading rxvt at run
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 21 Sep 2005 23:12:14 +0000 (23:12 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 21 Sep 2005 23:12:14 +0000 (23:12 +0000)
time.

lisp/ChangeLog
lisp/term/xterm.el

index b58c90b3dc9e73e43ec7edee4fb94833cf2f68ce..880989ca4ea8865fca2d1af05b9d78b677b80036 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run
+       time.
+
 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * mouse.el (mouse-move-drag-overlay): New function.
index ce37d1b6086a112a56ccff3dee0385a7cfe4fd4e..60b85a4522ac0a618e7be9c16b4a68f1d5529c5a 100644 (file)
@@ -34,7 +34,7 @@
   (if (and (getenv "COLORTERM")
           (string-match "\\`rxvt" (getenv "COLORTERM")))
       (progn 
-       (eval-when-compile (load "term/rxvt"))
+       (eval-and-compile (load "term/rxvt"))
        (terminal-init-rxvt))
 
     ;; The terminal intialization C code file might have initialized