From 9f7d097996b0a1030615d926eddc04704547a7bb Mon Sep 17 00:00:00 2001 From: espen Date: Thu, 17 Aug 2000 22:43:02 +0000 Subject: [PATCH] Fixed a typing error --- glib/glib-export.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.11.0