1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-03 01:35:27 +03:00
openwrt-packages/emacs/patches/010-fix-init-env.patch
David Kühling bf91bebc61 emacs: fix load-history problem by disabling gpm-mouse-mode by default
remove previous, non-working workaround from site-start.el
2011-02-26 13:33:13 +01:00

16 lines
553 B
Diff

Index: emacs/src/emacs.c
===================================================================
--- emacs.orig/src/emacs.c 2010-12-18 20:37:40.000000000 +0100
+++ emacs/src/emacs.c 2010-12-18 20:37:40.000000000 +0100
@@ -1735,6 +1735,10 @@
#endif /* HAVE_NTGUI */
}
+ /* syms_of_callproc() resets process-environment to nil; generating it again
+ * here, as workaround (probably only hits us since we're not dumping */
+ set_initial_environment();
+
init_charset ();
init_editfns (); /* init_process uses Voperating_system_release. */