aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2007-08-15 03:23:10 +0000
committerGlenn Morris2007-08-15 03:23:10 +0000
commit57407fb4192534e496d8b8b551e4db1c75c6fdac (patch)
treea4b10f0748e453048014f45be0f4f282989cf789 /src
parentfcf8ff2e2eb9cd9f54e4bcaeb36dc0beb0addc6b (diff)
downloademacs-57407fb4192534e496d8b8b551e4db1c75c6fdac.tar.gz
emacs-57407fb4192534e496d8b8b551e4db1c75c6fdac.zip
Comment previous change.
Diffstat (limited to 'src')
-rw-r--r--src/term.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c
index 624e1c82edd..3b43163bb57 100644
--- a/src/term.c
+++ b/src/term.c
@@ -2238,6 +2238,9 @@ DEFUN ("tty-display-color-cells", Ftty_display_color_cells,
2238 2238
2239#ifndef WINDOWSNT 2239#ifndef WINDOWSNT
2240 2240
2241/* Explicitly initialized here rather than in the function to work
2242 around an HPUX compiler bug (?). See
2243 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00410.html */
2241static int default_max_colors = 0; 2244static int default_max_colors = 0;
2242static int default_max_pairs = 0; 2245static int default_max_pairs = 0;
2243static int default_no_color_video = 0; 2246static int default_no_color_video = 0;