Mercurial > emacs
diff README.multi-tty @ 83422:1f5d64c4df6f
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
| author | Karoly Lorentey <lorentey@elte.hu> |
|---|---|
| date | Mon, 26 Dec 2005 02:21:31 +0000 |
| parents | bb2edc915032 |
| children | 2afc49c9f0c0 |
line wrap: on
line diff
--- a/README.multi-tty Mon Dec 26 02:14:10 2005 +0000 +++ b/README.multi-tty Mon Dec 26 02:21:31 2005 +0000 @@ -462,7 +462,11 @@ 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.
