X-Git-Url: http://git.kpe.io/?p=lml2.git;a=blobdiff_plain;f=htmlgen.lisp;h=e5de7cfd445bd0bb817138698ff82a4df5222bcf;hp=3740158331e7eae39a9c17c4e42322dca9a0b6b3;hb=b0722fd440598669828a9ba2a28fd45d48d1edf7;hpb=eefa9b89408f54530da92a38397463791384cc54 diff --git a/htmlgen.lisp b/htmlgen.lisp index 3740158..e5de7cf 100644 --- a/htmlgen.lisp +++ b/htmlgen.lisp @@ -1,6 +1,6 @@ ;; -*- mode: common-lisp; package: lml2 -*- ;; -;; $Id: htmlgen.lisp,v 1.4 2003/06/24 16:30:05 kevin Exp $ +;; $Id: htmlgen.lisp,v 1.5 2003/06/24 16:41:44 kevin Exp $ ;; ;; copyright (c) 1986-2000 Franz Inc, Berkeley, CA ;; copyright (c) 2003 Kevin Rosenberg @@ -764,11 +764,11 @@ (declare (ignore ent argsp)) (unless body (error "must have a body with :insert-file")) - `(lml-load-path (car ,args) *html-stream*))) + `(lml-load-path (car ',body)))) (named-function html-nbsp-print-function (lambda (ent cmd args form subst unknown stream) - (declare (ignore args ent unknown subst)) + (declare (ignore ent unknown subst stream form)) (if* (eq cmd :full) - then (lml-load-path (car args)) + then (lml-load-path (cadr form)) else (error ":insert-file must be given an argument")))))