emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/term.c,v [EMACS_22_BASE]


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/term.c,v [EMACS_22_BASE]
Date: Wed, 15 Aug 2007 03:22:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/08/15 03:22:22

Index: term.c
===================================================================
RCS file: /sources/emacs/emacs/src/term.c,v
retrieving revision 1.177.2.2
retrieving revision 1.177.2.3
diff -u -b -r1.177.2.2 -r1.177.2.3
--- term.c      15 Aug 2007 03:18:18 -0000      1.177.2.2
+++ term.c      15 Aug 2007 03:22:22 -0000      1.177.2.3
@@ -2169,6 +2169,9 @@
 
 #ifndef WINDOWSNT
 
+/* Explicitly initialized here rather than in the function to work
+   around an HPUX complier 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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]