]> git.eshelyaron.com Git - emacs.git/commitdiff
* nt/epaths.nt (PATH_REL_LOADSEARCH): Define macro (bug#45303).
authorAndrea Corallo <akrl@sdf.org>
Thu, 17 Dec 2020 20:51:22 +0000 (21:51 +0100)
committerAndrea Corallo <akrl@sdf.org>
Thu, 17 Dec 2020 20:51:22 +0000 (21:51 +0100)
nt/epaths.nt

index 62e774906340480ca0b7c53c629beb1e19b51652..a61bcb944b8298c2f0a8ca5e3aec0f03f2d0c616 100644 (file)
@@ -49,6 +49,11 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 */
 #define PATH_SITELOADSEARCH "%emacs_dir%/share/emacs/@VER@/site-lisp;%emacs_dir%/share/emacs/site-lisp"
 
+/* Like PATH_LOADSEARCH, but contains the relative path from the
+   installation directory.
+*/
+#define PATH_REL_LOADSEARCH ""
+
 /* Like PATH_LOADSEARCH, but used only during the build process
    when Emacs is dumping.  Configure (using "make epaths-force-w32") sets
    this to $buildlisppath, which normally has the value: <srcdir>/lisp.