aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2006-04-20 12:37:41 +0000
committerKaroly Lorentey <[email protected]>2006-04-20 12:37:41 +0000
commit3fde2acf6a4b228b3493666ab17f43eeac5a738f (patch)
tree574e0c24b2d36be722002dce6cabc60320d6ec01 /README.multi-tty
parent447b0165acd09060977e05c843f81c0bee4aa4df (diff)
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: [email protected]/emacs--multi-tty--0--patch-551
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 801bc57753..ed9c4b561b 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.