From 7736eab7d8a7b415dba3676a495c0ac3b2e28020 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 3 Mar 2008 18:20:54 +0100 Subject: objcl_create_imp: Make mprotect(2) errors non-fatal. darcs-hash:61cdfff143da2c65b30b3f32c77e4c9ef98b704e --- Lisp/method-definition.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lisp') diff --git a/Lisp/method-definition.lisp b/Lisp/method-definition.lisp index a3ebaef..f368423 100644 --- a/Lisp/method-definition.lisp +++ b/Lisp/method-definition.lisp @@ -80,7 +80,7 @@ (defun intern-callback-name (method) (or (gethash method *callback-names* nil) (setf (gethash method *callback-names* nil) - (intern (format nil "~A (~A)" + (intern (format nil "~A ~A" (generic-function-name (method-generic-function method)) (sort (copy-list (method-qualifiers method)) -- cgit v1.2.3