blob: 2e15ed7ffcf083c331390dde6727daf1b7f6b2a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- pine/init.c.orig Wed Mar 5 05:11:10 2003
+++ pine/init.c Wed Mar 5 05:21:57 2003
@@ -1463,6 +1463,9 @@
GLO_NORM_FORE_COLOR = cpystr(colorx(DEFAULT_NORM_FORE));
GLO_NORM_BACK_COLOR = cpystr(colorx(DEFAULT_NORM_BACK));
#endif
+#ifdef DF_SPELLER
+ GLO_SPELLER = cpystr(DF_SPELLER);
+#endif
/*
* Default first value for addrbook list if none set.
|