X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/2152e08f79d9a1ef65521f1a266f574b38ab1828..dd181a20775cf67a1a68f5a46eb35ba038638ba3:/glib/export.lisp diff --git a/glib/export.lisp b/glib/export.lisp index 0756444..98d78bb 100644 --- a/glib/export.lisp +++ b/glib/export.lisp @@ -15,7 +15,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: export.lisp,v 1.1 2004/10/27 14:48:49 espen Exp $ +;; $Id: export.lisp,v 1.2 2004/10/27 15:24:10 espen Exp $ ;;; Autogenerating exported symbols @@ -37,7 +37,7 @@ (defexport define-types-by-introspection (prefix &rest args) (list-autoexported-symbols (expand-type-definitions prefix args)))) -(export-from-file #p"clg:glib;gutils.lisp") +(export-from-file #p"clg:glib;utils.lisp") (export-from-file #p"clg:glib;glib.lisp") (export-from-file #p"clg:glib;proxy.lisp") (export-from-file #p"clg:glib;gboxed.lisp")