# HG changeset patch # User Dan Nicolaescu # Date 1127344334 0 # Node ID abfd35943fc46aa9187eda6d67f6960bbbe3b166 # Parent b10c339a6f5a7f56ab49d90b5b58ed2d31d99f87 (terminal-init-xterm): Fix loading rxvt at run time. diff -r b10c339a6f5a -r abfd35943fc4 lisp/ChangeLog --- a/lisp/ChangeLog Wed Sep 21 20:26:49 2005 +0000 +++ b/lisp/ChangeLog Wed Sep 21 23:12:14 2005 +0000 @@ -1,3 +1,8 @@ +2005-09-21 Dan Nicolaescu + + * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run + time. + 2005-09-21 Stefan Monnier * mouse.el (mouse-move-drag-overlay): New function. diff -r b10c339a6f5a -r abfd35943fc4 lisp/term/xterm.el --- a/lisp/term/xterm.el Wed Sep 21 20:26:49 2005 +0000 +++ b/lisp/term/xterm.el Wed Sep 21 23:12:14 2005 +0000 @@ -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