From 97ec11151ce929844f36105b5ef7c896f8123238 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 18 Feb 2021 17:24:40 -0700 Subject: fix commit of accidental M-c Signed-off-by: Sean Whitton --- src/data/asdf.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/data') 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)) -- cgit v1.2.3