bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8677: Warning: `(tag (slot-value sbm (quote tag)))' is a malformed f


From: Stefan Monnier
Subject: bug#8677: Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function
Date: Mon, 16 May 2011 16:49:53 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>> Is there some extra steps to perform other than "emacs -Q -l
>> semantic/mru-bookmark"?
> Bootstrap? I know you are not a fan... :)

Should be fixed now, thank you,


        Stefan


--- lisp/emacs-lisp/eieio.el    2011-05-08 02:33:28 +0000
+++ lisp/emacs-lisp/eieio.el    2011-05-16 19:47:57 +0000
@@ -1308,7 +1308,7 @@
        (defgeneric ,method ,args
          ,(or (documentation code)
               (format "Generically created method `%s'." method)))
-       (eieio--defmethod ',method ',key ',class ',code))))
+       (eieio--defmethod ',method ',key ',class #',code))))
 
 (defun eieio--defmethod (method kind argclass code)
   "Work part of the `defmethod' macro defining METHOD with ARGS."





reply via email to

[Prev in Thread] Current Thread [Next in Thread]