mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 16:06:16 +00:00
12 lines
421 B
Diff
12 lines
421 B
Diff
--- ./lisp/Makefile.in.org 2023-09-04 19:48:23.587360819 +0200
|
|
+++ ./lisp/Makefile.in 2023-09-04 19:49:06.504313622 +0200
|
|
@@ -53,7 +53,7 @@
|
|
# We never change directory before running Emacs, so a relative file
|
|
# name is fine, and makes life easier. If we need to change
|
|
# directory, we can use emacs --chdir.
|
|
-EMACS = ../src/emacs${EXEEXT}
|
|
+EMACS = ../src/bootstrap-emacs${EXEEXT}
|
|
|
|
# Command line flags for Emacs.
|
|
|