Mercurial > emacs
diff README.multi-tty @ 83511:f714f11da40a
Fix `vc-annotate' under X. (Reported by Dan Nicolaescu.)
* lisp/vc.el (vc-annotate-color-map): Call `tty-display-color-p' only on
ttys.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-551
| author | Karoly Lorentey <lorentey@elte.hu> |
|---|---|
| date | Thu, 20 Apr 2006 12:37:41 +0000 |
| parents | 7aa43f830ce4 |
| children | 673d62ad74b5 |
line wrap: on
line diff
--- a/README.multi-tty Wed Apr 19 16:23:46 2006 +0000 +++ b/README.multi-tty Thu Apr 20 12:37:41 2006 +0000 @@ -424,6 +424,9 @@ exported to Lisp, this approach seems at least as ugly as the pty proxy idea. +** lisp/vc.el depends on the terminal type during load time. + `vc-annotate-color-map' is one example that needs to be fixed. + ** Understand how `quit_throw_to_read_char' works, and fix any bugs that come to light.
