Mercurial > emacs
diff src/term.c @ 82389:1822f754a65a
Comment previous change.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Wed, 15 Aug 2007 03:23:10 +0000 |
| parents | 69bcf35b14d3 |
| children | fa95c556638e |
line wrap: on
line diff
--- a/src/term.c Wed Aug 15 03:20:17 2007 +0000 +++ b/src/term.c Wed Aug 15 03:23:10 2007 +0000 @@ -2238,6 +2238,9 @@ #ifndef WINDOWSNT +/* Explicitly initialized here rather than in the function to work + around an HPUX compiler bug (?). See + http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00410.html */ static int default_max_colors = 0; static int default_max_pairs = 0; static int default_no_color_video = 0;
