emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r112894: Don't advertise unsupported features in nt/


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r112894: Don't advertise unsupported features in nt/INSTALL.MSYS.
Date: Sat, 08 Jun 2013 15:02:00 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112894
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2013-06-08 18:01:45 +0300
message:
  Don't advertise unsupported features in nt/INSTALL.MSYS.
=== modified file 'nt/INSTALL.MSYS'
--- a/nt/INSTALL.MSYS   2013-06-08 03:38:46 +0000
+++ b/nt/INSTALL.MSYS   2013-06-08 15:01:45 +0000
@@ -373,14 +373,10 @@
   installation, and you want Emacs to continue using it, specify it
   via the --enable-locallisppath switch to msysconfig.sh, like this:
 
-   ./nt/msysconfig.sh --prefix=PREFIX 
--enable-locallisppath="%emacs_dir%/share/emacs/VERSION/site-lisp;/d/wherever/site-lisp"
+   ./nt/msysconfig.sh --prefix=PREFIX 
--enable-locallisppath="/d/usr/share/emacs/VERSION/site-lisp:/d/wherever/site-lisp"
 
-  The %emacs_dir% part is the root of the Emacs installation tree, it
-  will get expanded by Emacs when it starts up.  Using %emacs_dir%,
-  you can add directories relative to your Emacs installation, which
-  will continue to be valid if you move the entire Emacs tree into
-  another place on your disk.  Use the normal MSYS /d/foo/bar style to
-  specify directories by their absolute file names.
+  Use the normal MSYS /d/foo/bar style to specify directories by their
+  absolute file names.
 
   A few frequently used options are needed when you want to produce an
   unoptimized binary with runtime checks enabled:


reply via email to

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