From 55edcd04e99000409cd7860b6ae14956ad7ec43c Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 25 Jun 2009 17:46:36 +0200 Subject: First working version. Missing some crucial things: - [ ] store timestamp and precision-time - [ ] store as-path --- src/util.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.lisp') diff --git a/src/util.lisp b/src/util.lisp index 3494493..32f7d73 100644 --- a/src/util.lisp +++ b/src/util.lisp @@ -1,3 +1,5 @@ +;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- + (defparameter *debug* nil) (defun next-xml-blurb (reader tag) -- cgit v1.1