X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=views.lisp;h=49f7f067682f7179c5514927513aad49b61bd2d5;hb=4b881492c375c8fa2d2397ede1dcb7179215240e;hp=8b72193f66308b7d28102b4a2a20d31cb748487d;hpb=84f9a22269a37d2d58bdb0f6211f8757855c18ab;p=hyperobject.git diff --git a/views.lisp b/views.lisp index 8b72193..49f7f06 100644 --- a/views.lisp +++ b/views.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: views.lisp,v 1.5 2002/12/02 15:57:17 kevin Exp $ +;;;; $Id: views.lisp,v 1.6 2002/12/03 00:12:55 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -31,7 +31,7 @@ (make-instance 'hyperlink :name (slot-definition-name esd) :lookup it - :link-parameters (slot-value esd 'link-parameters)) + :link-parameters (slot-value esd 'hyperlink-parameters)) hyperlinks))) (setf (slot-value cl 'hyperlinks) hyperlinks))) @@ -589,3 +589,9 @@ (fmt-file-end fmt os))) objs) + +;;; Misc formatting + +(defun fmt-comma-integer (i) + (format nil "~:d" i)) +