GNU bug report logs - #8677
Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function

Previous Next

Package: emacs;

Reported by: sss <tom.smith <at> 163.com>

Date: Mon, 16 May 2011 16:15:02 UTC

Severity: normal

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


Message #25 received at 8677-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 8677-done <at> debbugs.gnu.org, tom.smith <at> 163.com
Subject: Re: bug#8677: Warning: `(tag (slot-value sbm (quote tag)))' is a
	malformed function
Date: Mon, 16 May 2011 16:49:53 -0300
>> 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."




This bug report was last modified 14 years and 13 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.