X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/19c443d277831d6d128d2e6a4e300258b8666bea..d7265107d2e3170c584e7d44a5ba04242350c1ae:/nt/epaths.nt diff --git a/nt/epaths.nt b/nt/epaths.nt index 1e418550d5..41baeab972 100644 --- a/nt/epaths.nt +++ b/nt/epaths.nt @@ -12,7 +12,7 @@ the host system (e.g., i686-pc-mingw32), and @SRC@ by the root of the Emacs source tree used to build Emacs. */ /* -Copyright (C) 1993, 1995, 1997, 1999, 2001-2013 Free Software +Copyright (C) 1993, 1995, 1997, 1999, 2001-2014 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -35,23 +35,22 @@ along with GNU Emacs. If not, see . */ 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: - /emacs/VERSION/lisp:/emacs/VERSION/leim - where datadir is eg /usr/local/share. + /emacs/VERSION/lisp where datadir is eg /usr/local/share. */ -#define PATH_LOADSEARCH "%emacs_dir%/share/emacs/@VER@/lisp;%emacs_dir%/share/emacs/@VER@/leim" +#define PATH_LOADSEARCH "%emacs_dir%/share/emacs/@VER@/lisp" /* Like PATH_LOADSEARCH, but contains the non-standard pieces. - These are the site-lisp directories, typically something like + These are the site-lisp directories. Configure sets this to + ${locallisppath}, which typically defaults to something like: /emacs/VERSION/site-lisp:/emacs/site-lisp - Configure prepends any $locallisppath, as set by the - --enable-locallisppath argument. + but can be overridden by the --enable-locallisppath argument. This is combined with PATH_LOADSEARCH to make the default load-path. If the --no-site-lisp option is used, this piece is excluded. */ #define PATH_SITELOADSEARCH "%emacs_dir%/share/emacs/@VER@/site-lisp;%emacs_dir%/share/emacs/site-lisp" /* Like PATH_LOADSEARCH, but used only during the build process - when Emacs is dumping. Configure (using "make epaths-force") sets + when Emacs is dumping. Configure (using "make epaths-force-w32") sets this to $buildlisppath, which normally has the value: /lisp. */ #define PATH_DUMPLOADSEARCH "@SRC@/lisp"