diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 380e5b6fbec..8b46243a43a 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -2170,7 +2170,7 @@ DEFUN ("tty-display-color-cells", Ftty_display_color_cells, | |||
| 2170 | #ifndef WINDOWSNT | 2170 | #ifndef WINDOWSNT |
| 2171 | 2171 | ||
| 2172 | /* Explicitly initialized here rather than in the function to work | 2172 | /* Explicitly initialized here rather than in the function to work |
| 2173 | around an HPUX complier bug (?). See | 2173 | around an HPUX compiler bug (?). See |
| 2174 | http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00410.html */ | 2174 | http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00410.html */ |
| 2175 | static int default_max_colors = 0; | 2175 | static int default_max_colors = 0; |
| 2176 | static int default_max_pairs = 0; | 2176 | static int default_max_pairs = 0; |