diff options
Diffstat (limited to 'src/util.lisp')
-rw-r--r-- | src/util.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
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) |