From: espen Date: Thu, 17 Aug 2000 22:43:02 +0000 (+0000) Subject: Fixed a typing error X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/9f7d097996b0a1030615d926eddc04704547a7bb?hp=6ac8e80e79f0a57b5ad379600e60220165cb5070 Fixed a typing error --- diff --git a/glib/glib-export.lisp b/glib/glib-export.lisp index dce6309..d197ca5 100644 --- a/glib/glib-export.lisp +++ b/glib/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: glib-export.lisp,v 1.1 2000-08-14 16:44:30 espen Exp $ +;; $Id: glib-export.lisp,v 1.2 2000-08-17 22:43:02 espen Exp $ ;;; Autogenerating exported symbols @@ -35,7 +35,7 @@ name (first name))) - (defexport define-type-method-func (name lambda-list) + (defexport define-type-method-fun (name lambda-list) (declare (ignore lambda-list)) name))