]> code.delx.au - gnu-emacs/blobdiff - src/epaths.in
Make ‘delete-trailing-whitespace’ delete spaces after form feed
[gnu-emacs] / src / epaths.in
index 02e755935c430c5ca5183a8f98fc650f11827911..5b7a2bb58ada3caae44526f837e97b3fba664cf0 100644 (file)
@@ -1,6 +1,7 @@
 /* Hey Emacs, this is -*- C -*- code!  */
 /*
-Copyright (C) 1993, 1995, 1997, 1999, 2001-2013 Free Software Foundation, Inc.
+Copyright (C) 1993, 1995, 1997, 1999, 2001-2016 Free Software
+Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -22,8 +23,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
    load-path, which is the search path for the Lisp function "load".
    Configure (using "make epaths-force") sets this to
    ${standardlisppath}, which typically has a value like:
-   <datadir>/emacs/VERSION/lisp:<datadir>/emacs/VERSION/leim
-   where datadir is eg /usr/local/share.
+   <datadir>/emacs/VERSION/lisp where datadir is eg /usr/local/share.
 */
 #define PATH_LOADSEARCH "/usr/local/share/emacs/lisp"
 
@@ -41,10 +41,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Like PATH_LOADSEARCH, but used only during the build process
    when Emacs is dumping.  Configure (using "make epaths-force") sets
-   this to $buildlisppath, which normally has the value:
-   <srcdir>/lisp:<builddir>/leim.
+   this to $buildlisppath, which normally has the value: <srcdir>/lisp.
 */
-#define PATH_DUMPLOADSEARCH "../lisp:../leim"
+#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