diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2006-04-20 12:37:41 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2006-04-20 12:37:41 +0000 |
commit | 3fde2acf6a4b228b3493666ab17f43eeac5a738f (patch) | |
tree | 574e0c24b2d36be722002dce6cabc60320d6ec01 /README.multi-tty | |
parent | 447b0165acd09060977e05c843f81c0bee4aa4df (diff) | |
download | emacs-3fde2acf6a4b228b3493666ab17f43eeac5a738f.tar.gz |
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
Diffstat (limited to 'README.multi-tty')
-rw-r--r-- | README.multi-tty | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty index 801bc577533..ed9c4b561bb 100644 --- a/README.multi-tty +++ b/README.multi-tty @@ -424,6 +424,9 @@ THINGS TO DO 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. |