diff options
| author | Glenn Morris | 2012-01-10 00:54:46 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-01-10 00:54:46 -0800 |
| commit | 7d8d6e4efb909345c407f338e6e858d864847344 (patch) | |
| tree | 241e4b2ba8fa53a84f4331097bac2df91e2f16bf /src/epaths.in | |
| parent | 107ddb9783a3a5f988eff426e795c477b0294a4a (diff) | |
| download | emacs-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/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/>. */ | |||
| 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 |