aboutsummaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-18 17:24:40 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-18 17:25:03 -0700
commit97ec11151ce929844f36105b5ef7c896f8123238 (patch)
treeace80cee6cc8fb8c12808d49805a3bf08218359f /src/data
parentdae5803d35680c2b60d4890c5957776eae6ea32e (diff)
downloadconsfigurator-97ec11151ce929844f36105b5ef7c896f8123238.tar.gz
fix commit of accidental M-c
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/data')
-rw-r--r--src/data/asdf.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/asdf.lisp b/src/data/asdf.lisp
index f6aec08..91e6f76 100644
--- a/src/data/asdf.lisp
+++ b/src/data/asdf.lisp
@@ -24,7 +24,7 @@
(and (string= iden1 "lisp-system")
(asdf:find-system system nil)))
-(Defun get-path-to-concatenated-system (iden1 system)
+(defun get-path-to-concatenated-system (iden1 system)
"Try to concatenate all the source code for SYSTEM, store it somewhere and
return the filename."
(declare (ignore iden1))