From 6846577281fc8fc6481e719a4a252b098591ad83 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Wed, 31 May 2023 23:39:27 +0100 Subject: [PATCH] Fix the bug in build.el command dispatch --- build.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.el b/build.el index 0e5716c..99dd375 100755 --- a/build.el +++ b/build.el @@ -78,7 +78,7 @@ PARAMS: ;; the copyright years. Hint: just run: ;; sed 's/2010-2021/2010-2022/' -i ` grep '2010-2021' . -R --color --exclude-dir=emacs.d/|cut -d':' -f1` - ((string= commad "compile") + ((string= command "compile") (do-command (native-compile-async fg42/CORE_DIR 'recursively) (native-compile-async "~/.fg42.el")