summaryrefslogtreecommitdiff
path: root/nt/epaths.nt
diff options
context:
space:
mode:
authorRichard Copley <rcopley@gmail.com>2013-06-07 11:08:29 +0300
committerEli Zaretskii <eliz@gnu.org>2013-06-07 11:08:29 +0300
commit6c0a9ed1b100c4dfbac327e6405396f1586267eb (patch)
tree5376e993227b6999d5ae1a33a6124dec1e338670 /nt/epaths.nt
parentefb860883d622f9e440ddbc0b610bd2f0a1a4aec (diff)
downloademacs-6c0a9ed1b100c4dfbac327e6405396f1586267eb.tar.gz
Fix bug #14513 with --enable-locallisppath not working on MS-Windows.
Makefile.in (msys_to_w32): Modify to support d:\foo file names. (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape): New variables. (epaths-force-w32): Use them. epaths.nt (PATH_SITELOADSEARCH): Fix commentary. epaths.in: Fix commentary to PATH_SITELOADSEARCH.
Diffstat (limited to 'nt/epaths.nt')
-rw-r--r--nt/epaths.nt6
1 files changed, 3 insertions, 3 deletions
diff --git a/nt/epaths.nt b/nt/epaths.nt
index 1e418550d52..6e297476528 100644
--- a/nt/epaths.nt
+++ b/nt/epaths.nt
@@ -41,10 +41,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define PATH_LOADSEARCH "%emacs_dir%/share/emacs/@VER@/lisp;%emacs_dir%/share/emacs/@VER@/leim"
/* 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:
<datadir>/emacs/VERSION/site-lisp:<datadir>/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.
*/