branch: externals/csharp-mode commit 334566c96a0d111ee19cd7df492bff023b71209b Author: Nathan Phillip Brink <bi...@gentoo.org> Commit: Nathan Phillip Brink <bi...@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)