aboutsummaryrefslogtreecommitdiffstats
path: root/src/epaths.in
diff options
context:
space:
mode:
authorGlenn Morris2013-11-25 20:06:23 -0500
committerGlenn Morris2013-11-25 20:06:23 -0500
commit624780f09dd117edbe8b2b71be44622fc7002f91 (patch)
tree268725fa70a8295b1c621646a7ad82eea11176f1 /src/epaths.in
parent3f73284a46437b46bbd79f2594c3bcefde83a2e8 (diff)
downloademacs-624780f09dd117edbe8b2b71be44622fc7002f91.tar.gz
emacs-624780f09dd117edbe8b2b71be44622fc7002f91.zip
Preload leim-list.el
* Makefile.in (abs_builddir): New, set by configure. (buildlisppath): Add leim/. (epaths-force-w32): Set BLD. * lisp/loadup.el: Load leim-list.el when found. * lisp/startup.el (normal-top-level): Skip re-loading leim/leim-list.el. * nt/epaths.nt (PATH_DUMPLOADSEARCH): Add leim/. * src/callproc.c (init_callproc): Don't assume PATH_DUMPLOADSEARCH is a single directory. * src/epaths.in (PATH_DUMPLOADSEARCH): Add leim/. Fixes: debbugs:4789
Diffstat (limited to 'src/epaths.in')
-rw-r--r--src/epaths.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/epaths.in b/src/epaths.in
index 1f5701e5337..02e755935c4 100644
--- a/src/epaths.in
+++ b/src/epaths.in
@@ -1,7 +1,6 @@
1/* Hey Emacs, this is -*- C -*- code! */ 1/* Hey Emacs, this is -*- C -*- code! */
2/* 2/*
3Copyright (C) 1993, 1995, 1997, 1999, 2001-2013 Free Software 3Copyright (C) 1993, 1995, 1997, 1999, 2001-2013 Free Software Foundation, Inc.
4Foundation, Inc.
5 4
6This file is part of GNU Emacs. 5This file is part of GNU Emacs.
7 6
@@ -42,9 +41,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
42 41
43/* Like PATH_LOADSEARCH, but used only during the build process 42/* Like PATH_LOADSEARCH, but used only during the build process
44 when Emacs is dumping. Configure (using "make epaths-force") sets 43 when Emacs is dumping. Configure (using "make epaths-force") sets
45 this to $buildlisppath, which normally has the value: <srcdir>/lisp. 44 this to $buildlisppath, which normally has the value:
45 <srcdir>/lisp:<builddir>/leim.
46*/ 46*/
47#define PATH_DUMPLOADSEARCH "../lisp" 47#define PATH_DUMPLOADSEARCH "../lisp:../leim"
48 48
49/* The extra search path for programs to invoke. This is appended to 49/* The extra search path for programs to invoke. This is appended to
50 whatever the PATH environment variable says to set the Lisp 50 whatever the PATH environment variable says to set the Lisp