diff options
| author | Glenn Morris | 2007-08-15 03:23:10 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-08-15 03:23:10 +0000 |
| commit | 57407fb4192534e496d8b8b551e4db1c75c6fdac (patch) | |
| tree | a4b10f0748e453048014f45be0f4f282989cf789 /src | |
| parent | fcf8ff2e2eb9cd9f54e4bcaeb36dc0beb0addc6b (diff) | |
| download | emacs-57407fb4192534e496d8b8b551e4db1c75c6fdac.tar.gz emacs-57407fb4192534e496d8b8b551e4db1c75c6fdac.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 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 */ | ||
| 2241 | static int default_max_colors = 0; | 2244 | static int default_max_colors = 0; |
| 2242 | static int default_max_pairs = 0; | 2245 | static int default_max_pairs = 0; |
| 2243 | static int default_no_color_video = 0; | 2246 | static int default_no_color_video = 0; |