emacs-diffs
[Top][All Lists]
Advanced

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

master 31efd1c: Fix MS-Windows build broken by "Install C source code"


From: Eli Zaretskii
Subject: master 31efd1c: Fix MS-Windows build broken by "Install C source code"
Date: Sat, 25 Jan 2020 12:44:31 -0500 (EST)

branch: master
commit 31efd1cea8d692a0b77101ec161a8cf290471ade
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix MS-Windows build broken by "Install C source code"
    
    * nt/epaths.nt (PATH_EMACS_SOURCE): Add definition.
---
 nt/epaths.nt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/nt/epaths.nt b/nt/epaths.nt
index 62e7749..96e1f5b 100644
--- a/nt/epaths.nt
+++ b/nt/epaths.nt
@@ -83,5 +83,9 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>.  */
 /* Where Emacs should store game score files.  */
 #define PATH_GAME "%emacs_dir%/var/games/emacs"
 
+/* Where Emacs should look for its own installed source code,
+   or the empty string if the source code is not installed.  */
+#define PATH_EMACS_SOURCE "%emacs_dir%/share/emacs/@VER@"
+
 /* Where Emacs should look for the application default file. */
 #define PATH_X_DEFAULTS ""



reply via email to

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