From a3a0560e32b83df842f8f3ee8020a401c01e7526 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Mon, 2 Oct 2023 11:24:23 +0200 Subject: [PATCH] Add file local variables --- src/component/form.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/component/form.lisp b/src/component/form.lisp index 4bcac8f..0785799 100644 --- a/src/component/form.lisp +++ b/src/component/form.lisp @@ -1,3 +1,4 @@ +;;;; -*- mode: lisp; coding: utf-8-unix; tab-width: 4; fill-column: 100; indent-tabs-mode: nil; -*- ;;;; form.lisp ;;;; ;;;; This file is part of the CL-SBT project and defines utility functions,