diff options
| author | Glenn Morris | 2007-08-15 03:22:22 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-08-15 03:22:22 +0000 |
| commit | e7f059db469113378ca89f1e8f1a337fc0757504 (patch) | |
| tree | 8a7900adff38a4c5a4dedfd03f65aef2a02d637f /src | |
| parent | 0c9848246b598ebb84af542bbcc3092fcb6ec93b (diff) | |
| download | emacs-e7f059db469113378ca89f1e8f1a337fc0757504.tar.gz emacs-e7f059db469113378ca89f1e8f1a337fc0757504.zip | |
Comment previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/term.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c index 96697610a9b..380e5b6fbec 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -2169,6 +2169,9 @@ DEFUN ("tty-display-color-cells", Ftty_display_color_cells, | |||
| 2169 | 2169 | ||
| 2170 | #ifndef WINDOWSNT | 2170 | #ifndef WINDOWSNT |
| 2171 | 2171 | ||
| 2172 | /* Explicitly initialized here rather than in the function to work | ||
| 2173 | around an HPUX complier bug (?). See | ||
| 2174 | http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00410.html */ | ||
| 2172 | static int default_max_colors = 0; | 2175 | static int default_max_colors = 0; |
| 2173 | static int default_max_pairs = 0; | 2176 | static int default_max_pairs = 0; |
| 2174 | static int default_no_color_video = 0; | 2177 | static int default_no_color_video = 0; |