From 41ab19abcfda6dfa43005686952bfe33fa06ef54 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 30 Jun 2007 23:01:34 +0200 Subject: Move all macro definitions into a separate file. darcs-hash:aa001fe6707d0ddb94ceb1a4e82515894218fdf2 --- journal.lisp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'journal.lisp') diff --git a/journal.lisp b/journal.lisp index 5353de1..2dfa4bc 100755 --- a/journal.lisp +++ b/journal.lisp @@ -228,14 +228,6 @@ (<:as-is "Veröffentlichen"))))))) -(yaclml:deftag ")) - (emit-open-tag "html" `(("dir" . ,dir) ("lang" . ,lang) ("xmlns" . ,xmlns))) - (emit-body body) - (emit-close-tag "html")) - - (defun show-web-journal () (http-add-header "Last-Modified" (http-timestamp (compute-journal-last-modified-date))) (http-send-headers "text/html; charset=UTF-8") -- cgit v1.2.3