aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2005-12-26 02:21:31 +0000
committerKaroly Lorentey <[email protected]>2005-12-26 02:21:31 +0000
commit30663b475e57197c9896a252e1d4ca31c579fa2b (patch)
treec6bd33f3845ffe13159bceb38ff9d5260076beb7 /README.multi-tty
parentf105f403d206f95bf534226abb99f14aa2f3052e (diff)
Fix compilation errors in previous commit.
* src/callproc.c (getenv_internal): Fix get_terminal_param call. * dispextern.h (get_device): Move declaration to termhooks.h. * termhooks.h (get_device): Move here. git-archimport-id: [email protected]/emacs--multi-tty--0--patch-462
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.multi-tty b/README.multi-tty
index de75aa6a10..9f3e048e2e 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -462,7 +462,11 @@ THINGS TO DO
changed in CVS, and frame.el in multi-tty has not yet been adapted
for the changes. (It needs to look at
default-frame-background-mode.) (Update: maybe it is fixed now;
- needs testing.)
+ needs testing.) (Note that the byte compiler has this to say about
+ term/rxvt.el:)
+
+ term/rxvt.el:309:17:Warning: assignment to free variable
+ `default-frame-background-mode'
** I think `(set-)terminal-local-value' and the terminal parameter
mechanism should be integrated into a single framework.