From: espen Date: Fri, 11 May 2001 16:22:36 +0000 (+0000) Subject: Removed gdkenums.lisp from and added gdkevents.lisp to list of file symbols are expor... X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/7ab3c23fc84d0cb4eb60dfca5e17744bc2ef1327 Removed gdkenums.lisp from and added gdkevents.lisp to list of file symbols are exported from --- diff --git a/gdk/gdk-export.lisp b/gdk/gdk-export.lisp index a44dd43..5ac6384 100644 --- a/gdk/gdk-export.lisp +++ b/gdk/gdk-export.lisp @@ -1,6 +1,6 @@ (in-package "GDK") ;;; Autogenerating exported symbols -(export-from-file #p"clg:gdk;gdkenums.lisp") +(export-from-file #p"clg:gdk;gdkevents.lisp") (export-from-file #p"clg:gdk;gdktypes.lisp") (export-from-file #p"clg:gdk;gdk.lisp")