aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-12 14:35:43 +0000
committerGerd Moellmann1999-11-12 14:35:43 +0000
commite7f90eab7e2c5d4a86cc5c19f81a890a55107804 (patch)
treef7ab79bda7dc4ba468ee493d7021dfc013499718 /src/ChangeLog
parent9b2e6e4cd69c9c830a867f5d76f96897d371e14c (diff)
downloademacs-e7f90eab7e2c5d4a86cc5c19f81a890a55107804.tar.gz
emacs-e7f90eab7e2c5d4a86cc5c19f81a890a55107804.zip
(term_init): If "op" isn't available, don't support color
because we can't switch back to the default foreground and background.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3e1aca9c656..3b90332764e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
11999-11-12 Gerd Moellmann <gerd@gnu.org> 11999-11-12 Gerd Moellmann <gerd@gnu.org>
2 2
3 * term.c (term_init): If "op" isn't available, don't support color
4 because we can't switch back to the default foreground and
5 background.
6
3 * doc.c (Fdocumentation_property): Remove GCPRO because 7 * doc.c (Fdocumentation_property): Remove GCPRO because
4 Fsubstitute_command_keys gcpro's the string. 8 Fsubstitute_command_keys gcpro's the string.
5 9