1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

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.
This commit is contained in:
Eli Zaretskii 2020-01-28 20:36:52 +02:00
parent 93b5530662
commit a7a955eedb

View File

@ -83,9 +83,5 @@ 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 ""