From 7d8d6e4efb909345c407f338e6e858d864847344 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 10 Jan 2012 00:54:46 -0800 Subject: [PATCH] * src/epaths.in (PATH_DUMPLOADSEARCH): Revert previous change. Makes life microscopically harder for the c. zero people configuring by hand as per INSTALL. --- src/ChangeLog | 5 ++--- src/epaths.in | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 71a4ddd2f2e..e80f335bfc7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,8 +1,7 @@ 2012-01-10 Glenn Morris - * epaths.in (PATH_LOADSEARCH, PATH_DUMPLOADSEARCH, PATH_EXEC) - (PATH_DATA, PATH_DOC): Update the template values to be closer to - their typical values these days. + * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC): + Update template values to be closer to their typical values these days. 2012-01-09 Eli Zaretskii diff --git a/src/epaths.in b/src/epaths.in index b03a6a0cf03..17cb65a3234 100644 --- a/src/epaths.in +++ b/src/epaths.in @@ -34,7 +34,7 @@ along with GNU Emacs. If not, see . */ when Emacs is dumping. Configure (using "make epaths-force") sets this to $buildlisppath, which normally has the value: /lisp. */ -#define PATH_DUMPLOADSEARCH "/usr/local/share/emacs/lisp" +#define PATH_DUMPLOADSEARCH "../lisp" /* The extra search path for programs to invoke. This is appended to whatever the PATH environment variable says to set the Lisp -- 2.11.4.GIT