From da542bccd7b1d25f90eb3c72aebb18b72eef444f Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Wed, 27 Oct 2004 15:41:15 +0000 Subject: [PATCH] Renamed from pango-export.lisp Organization: Straylight/Edgeware From: espen --- pango/export.lisp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pango/export.lisp diff --git a/pango/export.lisp b/pango/export.lisp new file mode 100644 index 0000000..41b6cad --- /dev/null +++ b/pango/export.lisp @@ -0,0 +1,4 @@ +(in-package "PANGO") + +;;; Autogenerating exported symbols +(export-from-file #p"clg:pango;pango.lisp") -- [mdw]