aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey2005-12-26 02:21:31 +0000
committerKaroly Lorentey2005-12-26 02:21:31 +0000
commit30663b475e57197c9896a252e1d4ca31c579fa2b (patch)
treec6bd33f3845ffe13159bceb38ff9d5260076beb7 /README.multi-tty
parentf105f403d206f95bf534226abb99f14aa2f3052e (diff)
downloademacs-30663b475e57197c9896a252e1d4ca31c579fa2b.tar.gz
emacs-30663b475e57197c9896a252e1d4ca31c579fa2b.zip
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: lorentey@elte.hu--2004/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 de75aa6a10b..9f3e048e2e2 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -462,7 +462,11 @@ THINGS TO DO
462 changed in CVS, and frame.el in multi-tty has not yet been adapted 462 changed in CVS, and frame.el in multi-tty has not yet been adapted
463 for the changes. (It needs to look at 463 for the changes. (It needs to look at
464 default-frame-background-mode.) (Update: maybe it is fixed now; 464 default-frame-background-mode.) (Update: maybe it is fixed now;
465 needs testing.) 465 needs testing.) (Note that the byte compiler has this to say about
466 term/rxvt.el:)
467
468 term/rxvt.el:309:17:Warning: assignment to free variable
469 `default-frame-background-mode'
466 470
467** I think `(set-)terminal-local-value' and the terminal parameter 471** I think `(set-)terminal-local-value' and the terminal parameter
468 mechanism should be integrated into a single framework. 472 mechanism should be integrated into a single framework.