aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-08-28 15:32:48 +0000
committerGravatar Tom Willemse2019-08-28 15:32:48 +0000
commite5cf41d903658ccbb99047d4e357d3e724607371 (patch)
tree847e70ec8194e87d08575b52607e769651237d39 /GNUmakefile
parentca973c76e9a391fc868025d98d16fd249d00c7c9 (diff)
downloademacs-config-e5cf41d903658ccbb99047d4e357d3e724607371.tar.gz
emacs-config-e5cf41d903658ccbb99047d4e357d3e724607371.zip
Fix typo
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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>)))"