diff options
author | Glenn Morris <rgm@gnu.org> | 2012-01-10 00:54:46 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-01-10 00:54:46 -0800 |
commit | 7d8d6e4efb909345c407f338e6e858d864847344 (patch) | |
tree | 241e4b2ba8fa53a84f4331097bac2df91e2f16bf /src/epaths.in | |
parent | 107ddb9783a3a5f988eff426e795c477b0294a4a (diff) | |
download | emacs-7d8d6e4efb909345c407f338e6e858d864847344.tar.gz |
* 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/epaths.in')
-rw-r--r-- | src/epaths.in | 2 |
1 files changed, 1 insertions, 1 deletions
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/>. */ when Emacs is dumping. Configure (using "make epaths-force") sets this to $buildlisppath, which normally has the value: <srcdir>/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 |