]> code.delx.au - gnu-emacs/blobdiff - src/term.c
(syms_of_term): Initialize default_orig_pair, default_set_foreground,
[gnu-emacs] / src / term.c
index d829332f55c7b490c35b6050384b87e1d24c0873..56ea06565996062c1ff1d49bb18ae21883a7ca8e 100644 (file)
@@ -1,6 +1,7 @@
 /* Terminal control module for terminals described by TERMCAP
    Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1998, 2000, 2001,
-                 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+                 2002, 2003, 2004, 2005, 2006, 2007, 2008
+                 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -2781,6 +2782,9 @@ bigger, or it may make it blink, or it may do nothing at all.  */);
   defsubr (&Stty_no_underline);
 
   fullscreen_hook = NULL;
+  default_orig_pair = NULL;
+  default_set_foreground = NULL;
+  default_set_background = NULL;
 }
 
 /* arch-tag: 498e7449-6f2e-45e2-91dd-b7d4ca488193