From e5cf41d903658ccbb99047d4e357d3e724607371 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 28 Aug 2019 15:32:48 +0000 Subject: Fix typo --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index b409d96..ab53b88 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -121,7 +121,7 @@ install-oni-haml: install-oni-html: emacs --batch \ --load oni-package.el \ - --fluncall package-initialize \ + --funcall package-initialize \ --eval '(package-refresh-contents)' \ $(foreach DEP,$(DEPS),--eval "(package-install-file \"$(DEP).el\")") \ --eval "(package-install-file (car (sort (file-expand-wildcards \"oni-html/dist/*.tar\") #'string>)))" -- cgit v1.2.3-54-g00ecf