Update file meta data
This commit is contained in:
parent
abe7847ab1
commit
331fd70b31
2 changed files with 4 additions and 6 deletions
|
@ -1,8 +1,6 @@
|
|||
;;;; -*- mode: lisp; coding: utf-8; tab-width: 4; fill-column: 100; indent-tabs-mode: nil; -*-
|
||||
;;;; accordion.lisp
|
||||
;;;;
|
||||
;;;; This file defines a package for generating Bootstrap accordion components
|
||||
;;;; using Common Lisp macros.
|
||||
|
||||
;;;; This file defines a package for generating Bootstrap accordion components using Common Lisp macros.
|
||||
(defpackage dev.metalisp.sbt/component/accordion
|
||||
(:documentation "A package for generating Bootstrap accordions.")
|
||||
(:use :cl)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;;; -*- mode: lisp; coding: utf-8; tab-width: 4; fill-column: 100; indent-tabs-mode: nil; -*-
|
||||
;;;; main - Provide general functions.
|
||||
|
||||
;;;; main.lisp
|
||||
;;;; Provide general functions.
|
||||
(defpackage dev.metalisp.sbt
|
||||
(:use :cl)
|
||||
(:export
|
||||
|
|
Loading…
Add table
Reference in a new issue