Henrik Grimler
5 years ago
5 changed files with 18 additions and 21 deletions
@ -1,7 +1,6 @@ |
|||
diff -u -r ../emacs-25.0.92/lisp/loadup.el ./lisp/loadup.el |
|||
--- ../emacs-25.0.92/lisp/loadup.el 2016-09-06 09:49:51.838175278 +0300 |
|||
+++ ./lisp/loadup.el 2016-09-06 09:57:18.694585441 +0300 |
|||
@@ -378,7 +378,11 @@ |
|||
--- ../emacs.orig/lisp/loadup.el 2019-12-26 17:20:12.000000000 +0100 |
|||
+++ ./lisp/loadup.el 2019-12-27 14:18:51.648517987 +0100 |
|||
@@ -421,7 +421,11 @@ |
|||
(message "Warning: Change in load-path due to site-init will be \ |
|||
lost after dumping"))) |
|||
|
@ -1,12 +1,11 @@ |
|||
diff -u -r ../emacs-25.0.92/src/callproc.c ./src/callproc.c
|
|||
--- ../emacs-25.0.92/src/callproc.c 2016-03-02 05:21:43.000000000 -0500
|
|||
+++ ./src/callproc.c 2016-03-25 22:02:38.977310920 -0400
|
|||
@@ -1619,7 +1619,7 @@
|
|||
--- ../emacs.orig/src/callproc.c 2019-12-26 17:20:12.000000000 +0100
|
|||
+++ ./src/callproc.c 2019-12-27 14:19:14.228517971 +0100
|
|||
@@ -1589,7 +1589,7 @@
|
|||
dir_warning ("arch-independent data dir", Vdata_directory); |
|||
|
|||
sh = getenv ("SHELL"); |
|||
- Vshell_file_name = build_string (sh ? sh : "/bin/sh");
|
|||
+ Vshell_file_name = build_string (sh ? sh : "@TERMUX_PREFIX@/bin/sh");
|
|||
|
|||
#ifdef DOS_NT |
|||
Vshared_game_score_directory = Qnil; |
|||
Lisp_Object gamedir = Qnil; |
|||
if (PATH_GAME) |
|||
|
Loading…
Reference in new issue