Removed the need for metabang-bind
[cl-graph.git] / dev / graphviz / graphviz-support.lisp
index eda1187..b511279 100644 (file)
@@ -352,7 +352,7 @@ B--D []
   (getf (dot-attributes thing) attr))
 
 (defmacro defpixel-inch-accessors (name attr type)
-  (bind ((actual-name (form-symbol name "-IN-PIXELS")))
+  (let ((actual-name (form-symbol name "-IN-PIXELS")))
     `(progn
        (eval-always (export ',actual-name))
       (defmethod ,actual-name ((thing ,type))