[mcclim-cvs] CVS update: mcclim/graph-formatting.lisp
Andy Hefner
ahefner at common-lisp.net
Tue Apr 12 20:43:27 UTC 2005
Update of /project/mcclim/cvsroot/mcclim
In directory common-lisp.net:/tmp/cvs-serv510
Modified Files:
graph-formatting.lisp
Log Message:
Fixed arc-drawer keyword default, as reported by rpgoldman at real-time.com
Date: Tue Apr 12 22:43:26 2005
Author: ahefner
Index: mcclim/graph-formatting.lisp
diff -u mcclim/graph-formatting.lisp:1.11 mcclim/graph-formatting.lisp:1.12
--- mcclim/graph-formatting.lisp:1.11 Sun Dec 5 20:37:52 2004
+++ mcclim/graph-formatting.lisp Tue Apr 12 22:43:26 2005
@@ -3,7 +3,7 @@
;;; Title: Graph Formatting
;;; Created: 2002-08-13
;;; License: LGPL (See file COPYING for details).
-;;; $Id: graph-formatting.lisp,v 1.11 2004/12/05 19:37:52 hefner1 Exp $
+;;; $Id: graph-formatting.lisp,v 1.12 2005/04/12 20:43:26 ahefner Exp $
;;; ---------------------------------------------------------------------------
;;; (c) copyright 2002 by Gilbert Baumann
@@ -125,7 +125,9 @@
merge-duplicates duplicate-key duplicate-test
generation-separation
within-generation-separation
- center-nodes arc-drawer arc-drawing-options
+ center-nodes
+ (arc-drawer #'clim-internals::standard-arc-drawer)
+ arc-drawing-options
graph-type (move-cursor t)
&allow-other-keys)
(declare (ignore orientation generation-separation within-generation-separation center-nodes))
More information about the Mcclim-cvs
mailing list