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

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

[Emacs-bug-tracker] bug#8677: closed (Warning: `(tag (slot-value sbm (qu


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#8677: closed (Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function)
Date: Mon, 16 May 2011 19:51:02 +0000

Your message dated Mon, 16 May 2011 16:49:53 -0300
with message-id <address@hidden>
and subject line Re: bug#8677: Warning: `(tag (slot-value sbm (quote tag)))' is 
a malformed function
has caused the GNU bug report #8677,
regarding Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
8677: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8677
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function Date: Mon, 16 May 2011 23:12:28 +0800 (CST) When I can start emacs, one *Compile-Log* buffer will show the following warning:

Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function

If I revert the last two revision of eieio.el, the warning will disappear.




--- End Message ---
--- Begin Message --- Subject: Re: 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."


--- End Message ---

reply via email to

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