r3464: *** empty log message ***
[hyperobject.git] / hyperobject.lisp
index a6d1b4944119a80484e7e5da90eb92f0d9b90695..454e57ffc7bcbace8f43bba6d2d0a30cd5a6f256 100644 (file)
@@ -11,7 +11,7 @@
 ;;;; in Text, HTML, and XML formats. This includes hyperlinking
 ;;;; capability and sub-objects.
 ;;;;
-;;;; $Id: hyperobject.lisp,v 1.10 2002/11/23 18:41:45 kevin Exp $
+;;;; $Id: hyperobject.lisp,v 1.11 2002/11/23 22:19:17 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;;
@@ -234,9 +234,6 @@ Format is ((field-name field-lookup-func other-link-params) ...)")
              (when (or (eql type :integer) (eql type :fixnum))
                (setq value-fmt "~d"))
              
-             (when (eql type :commainteger)
-               (setq value-fmt "~:d"))
-             
              (when (eql type :boolean)
                (setq value-fmt "~a"))