diff options
| author | Chong Yidong | 2008-07-25 18:12:00 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-07-25 18:12:00 +0000 |
| commit | 3a7c5d405b8f65fed4693e3b6d8479b048d64eea (patch) | |
| tree | 30be837f20d9b859e1b6e884ff8d3539deccaf42 /src/term.c | |
| parent | acdadb1539b9e27af11333a82f382d264773ed4f (diff) | |
| download | emacs-3a7c5d405b8f65fed4693e3b6d8479b048d64eea.tar.gz emacs-3a7c5d405b8f65fed4693e3b6d8479b048d64eea.zip | |
(syms_of_term): Initialize default_orig_pair, default_set_foreground,
and default_set_background.
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c index f08b800163c..03fa801252f 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -3986,6 +3986,10 @@ bigger, or it may make it blink, or it may do nothing at all. */); | |||
| 3986 | 3986 | ||
| 3987 | staticpro (&mouse_face_window); | 3987 | staticpro (&mouse_face_window); |
| 3988 | #endif /* HAVE_GPM */ | 3988 | #endif /* HAVE_GPM */ |
| 3989 | |||
| 3990 | default_orig_pair = NULL; | ||
| 3991 | default_set_foreground = NULL; | ||
| 3992 | default_set_background = NULL; | ||
| 3989 | } | 3993 | } |
| 3990 | 3994 | ||
| 3991 | 3995 | ||