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:
parent
aaf15b8b6f
commit
0278364cef
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user