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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/term.c,v
Date: Fri, 25 Jul 2008 18:12:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/07/25 18:12:00

Index: term.c
===================================================================
RCS file: /sources/emacs/emacs/src/term.c,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -b -r1.219 -r1.220
--- term.c      26 Jun 2008 04:24:38 -0000      1.219
+++ term.c      25 Jul 2008 18:12:00 -0000      1.220
@@ -3986,6 +3986,10 @@
 
   staticpro (&mouse_face_window);
 #endif /* HAVE_GPM */
+
+  default_orig_pair = NULL;
+  default_set_foreground = NULL;
+  default_set_background = NULL;
 }
 
 




reply via email to

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