diff options
| author | Eli Zaretskii | 2020-01-28 20:36:52 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2020-01-28 20:36:52 +0200 |
| commit | a7a955eedbfeba8160cea6fec0978a3d3f323b13 (patch) | |
| tree | f15ddd8c788951542afeeca898e80696f3904fb6 | |
| parent | 93b55306629e8800f4ab7b173405a6803a300f27 (diff) | |
| download | emacs-a7a955eedbfeba8160cea6fec0978a3d3f323b13.tar.gz emacs-a7a955eedbfeba8160cea6fec0978a3d3f323b13.zip | |
Revert "Fix MS-Windows build broken by "Install C source code""
This reverts commit 31efd1cea8d692a0b77101ec161a8cf290471ade,
since the commit a02b179242a55aba20158aa245e5643a04d07576,
which triggered the former commit, has been reverted.
| -rw-r--r-- | nt/epaths.nt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nt/epaths.nt b/nt/epaths.nt index 96e1f5b4663..62e77490634 100644 --- a/nt/epaths.nt +++ b/nt/epaths.nt | |||
| @@ -83,9 +83,5 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 83 | /* Where Emacs should store game score files. */ | 83 | /* Where Emacs should store game score files. */ |
| 84 | #define PATH_GAME "%emacs_dir%/var/games/emacs" | 84 | #define PATH_GAME "%emacs_dir%/var/games/emacs" |
| 85 | 85 | ||
| 86 | /* Where Emacs should look for its own installed source code, | ||
| 87 | or the empty string if the source code is not installed. */ | ||
| 88 | #define PATH_EMACS_SOURCE "%emacs_dir%/share/emacs/@VER@" | ||
| 89 | |||
| 90 | /* Where Emacs should look for the application default file. */ | 86 | /* Where Emacs should look for the application default file. */ |
| 91 | #define PATH_X_DEFAULTS "" | 87 | #define PATH_X_DEFAULTS "" |