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-Tag: clg-0-90~393 X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/3cca0b264855b0c4cdbd15ad199dbfcab1028270?hp=35a82fd613912a0dfdd6dd1258619c4b0ace3b04 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")