X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=dev%2Fgraphviz%2Fgraphviz-support.lisp;h=1ea586a6f170b13fe09249605a91adeb232395af;hb=40f72b9d9074c211b533bf858ca2a438dad3aeb5;hp=a88bce3cae567b713524e1402d2c0ba8b647d5a2;hpb=6dae43e4ee011ea0ef4fedeae7c2a492823a9812;p=cl-graph.git diff --git a/dev/graphviz/graphviz-support.lisp b/dev/graphviz/graphviz-support.lisp index a88bce3..1ea586a 100644 --- a/dev/graphviz/graphviz-support.lisp +++ b/dev/graphviz/graphviz-support.lisp @@ -354,7 +354,7 @@ B--D [] (getf (dot-attributes thing) attr)) (defmacro defpixel-inch-accessors (name attr type) - (let ((actual-name (form-symbol name "-IN-PIXELS"))) + (let ((actual-name (form-symbol name (symbol-name '-in-pixels)))) `(progn (eval-always (export ',actual-name)) (defmethod ,actual-name ((thing ,type))