Fix the bug in build.el command dispatch

This commit is contained in:
Sameer Rahmani 2023-05-31 23:39:27 +01:00
parent 6e5ab5d150
commit 6846577281
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 1 additions and 1 deletions

View File

@ -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")