emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/csharp-mode 334566c 083/459: Support emacs binary being


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 334566c 083/459: Support emacs binary being installed to path with whitespace.
Date: Sun, 22 Aug 2021 13:59:01 -0400 (EDT)

branch: externals/csharp-mode
commit 334566c96a0d111ee19cd7df492bff023b71209b
Author: Nathan Phillip Brink <binki@gentoo.org>
Commit: Nathan Phillip Brink <binki@gentoo.org>

    Support emacs binary being installed to path with whitespace.
---
 makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile
index a095924..012896a 100644
--- a/makefile
+++ b/makefile
@@ -4,7 +4,7 @@ PACKAGE_NAME:=$(PACKAGE_SHORTNAME)-$(VERSION)
 PACKAGE_DIR:=./.tmp/$(PACKAGE_NAME)
 #PACKAGE_DIR:=/tmp/$(PACKAGE_NAME)
 
-EMACS=$(shell which emacs) -Q -batch -L .
+EMACS="$(shell which emacs)" -Q -batch -L .
 ELS = csharp-mode.el csharp-mode-tests.el
 ELCS = $(ELS:.el=.elc)
 



reply via email to

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