Mercurial > emacs
changeset 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 | b10c339a6f5a |
children | 44af31946762 |
files | lisp/ChangeLog lisp/term/xterm.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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