1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(terminal-init-xterm): Fix loading rxvt at run

time.
This commit is contained in:
Dan Nicolaescu 2005-09-21 23:12:14 +00:00
parent aaf15b8b6f
commit 0278364cef
2 changed files with 6 additions and 1 deletions

View 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.

View 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