aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2005-12-12 03:32:16 +0000
committerKaroly Lorentey <[email protected]>2005-12-12 03:32:16 +0000
commitf369f10bdce359e960c3921f8e421d965a9038eb (patch)
treeb1dd5b71b6eb51e17dc7bda2076092f60c623aa1 /README.multi-tty
parent5f6a587f307d47878dfa44058c613fefab4ecac3 (diff)
README updates.
git-archimport-id: [email protected]/emacs--multi-tty--0--patch-451
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 7e673d256c..7a9ed1fdad 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -400,6 +400,11 @@ THINGS TO DO
multidisplay (and don't mind core dumps), you can edit src/config.h
and define HAVE_GTK_MULTIDISPLAY there by hand.
+** Audit `face-valid-attribute-values' usage in customize and
+ elsewhere. Its return value depends on the current window system.
+ Replace static initializers using it with runtime functions. For
+ example, custom's buttons are broken on non-initial device types.
+
** Possibly turn off the double C-g feature when there is an X frame.
C.f. (emacs)Emergency Escape.