aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2012-01-10 00:54:46 -0800
committerGlenn Morris2012-01-10 00:54:46 -0800
commit7d8d6e4efb909345c407f338e6e858d864847344 (patch)
tree241e4b2ba8fa53a84f4331097bac2df91e2f16bf /src
parent107ddb9783a3a5f988eff426e795c477b0294a4a (diff)
downloademacs-7d8d6e4efb909345c407f338e6e858d864847344.tar.gz
emacs-7d8d6e4efb909345c407f338e6e858d864847344.zip
* src/epaths.in (PATH_DUMPLOADSEARCH): Revert previous change.
Makes life microscopically harder for the c. zero people configuring by hand as per INSTALL.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/epaths.in2
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 @@
12012-01-10 Glenn Morris <rgm@gnu.org> 12012-01-10 Glenn Morris <rgm@gnu.org>
2 2
3 * epaths.in (PATH_LOADSEARCH, PATH_DUMPLOADSEARCH, PATH_EXEC) 3 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
4 (PATH_DATA, PATH_DOC): Update the template values to be closer to 4 Update template values to be closer to their typical values these days.
5 their typical values these days.
6 5
72012-01-09 Eli Zaretskii <eliz@gnu.org> 62012-01-09 Eli Zaretskii <eliz@gnu.org>
8 7
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 <http://www.gnu.org/licenses/>. */
34 when Emacs is dumping. Configure (using "make epaths-force") sets 34 when Emacs is dumping. Configure (using "make epaths-force") sets
35 this to $buildlisppath, which normally has the value: <srcdir>/lisp. 35 this to $buildlisppath, which normally has the value: <srcdir>/lisp.
36*/ 36*/
37#define PATH_DUMPLOADSEARCH "/usr/local/share/emacs/lisp" 37#define PATH_DUMPLOADSEARCH "../lisp"
38 38
39/* The extra search path for programs to invoke. This is appended to 39/* The extra search path for programs to invoke. This is appended to
40 whatever the PATH environment variable says to set the Lisp 40 whatever the PATH environment variable says to set the Lisp