Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0278364c
Commit
0278364c
authored
Sep 21, 2005
by
Dan Nicolaescu
Browse files
(terminal-init-xterm): Fix loading rxvt at run
time.
parent
aaf15b8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/term/xterm.el
lisp/term/xterm.el
+1
-1
No files found.
lisp/ChangeLog
View file @
0278364c
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.
...
...
lisp/term/xterm.el
View file @
0278364c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment