emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106832: * src/epaths.in (PATH_DUMPLO


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106832: * src/epaths.in (PATH_DUMPLOADSEARCH): Revert previous change.
Date: Tue, 10 Jan 2012 00:54:46 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106832
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-01-10 00:54:46 -0800
message:
  * src/epaths.in (PATH_DUMPLOADSEARCH): Revert previous change.
  Makes life microscopically harder for the c. zero people configuring
  by hand as per INSTALL.
modified:
  src/ChangeLog
  src/epaths.in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-01-10 03:00:28 +0000
+++ b/src/ChangeLog     2012-01-10 08:54:46 +0000
@@ -1,8 +1,7 @@
 2012-01-10  Glenn Morris  <address@hidden>
 
-       * 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  <address@hidden>
 

=== modified file 'src/epaths.in'
--- a/src/epaths.in     2012-01-10 03:00:28 +0000
+++ b/src/epaths.in     2012-01-10 08:54:46 +0000
@@ -34,7 +34,7 @@
    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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]