From 6d613ada430edb07737dfedc558f297d235ca531 Mon Sep 17 00:00:00 2001 From: Philippe Brochard Date: Sat, 6 Nov 2010 22:50:17 +0100 Subject: [PATCH] load.lisp: fix typo --- load.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load.lisp b/load.lisp index b757a3d..67a2793 100644 --- a/load.lisp +++ b/load.lisp @@ -58,7 +58,7 @@ (in-package :clfswm) (ignore-errors - (main :read-conf-file-p t);) + (main :read-conf-file-p t)) ;;;; Uncomment lines above to save the default documentation. -- 2.11.4.GIT