mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
14 lines
335 B
Plaintext
14 lines
335 B
Plaintext
--- pine/init.c.orig Thu Jul 15 10:37:24 2004
|
|
+++ pine/init.c Mon Aug 9 01:23:53 2004
|
|
@@ -1547,6 +1547,10 @@
|
|
* having a global fixedprc, since we don't need it anymore after this.
|
|
*/
|
|
fixedprc = new_pinerc_s(SYSTEM_PINERC_FIXED);
|
|
+#endif
|
|
+
|
|
+#ifdef DF_SPELLER
|
|
+ GLO_SPELLER = cpystr(DF_SPELLER);
|
|
#endif
|
|
|
|
/*
|