all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* cl-defmethod not compatible with defmethod?
@ 2016-02-12  5:53 Lars Ingebrigtsen
  2016-02-12  6:50 ` Eric Abrahamsen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Lars Ingebrigtsen @ 2016-02-12  5:53 UTC (permalink / raw)
  To: emacs-devel

If I have the following, everything works fine:

(defmethod initialize-instance :AFTER ((this registry-db) slots)

But I get a warning about defmethod being obsolete.

However, with the following:

(cl-defmethod initialize-instance :AFTER ((this registry-db) slots)

compilation stops with

gnus/nnregistry.el:34:1:Error: Unsupported qualifiers in function initialize-instance: (:AFTER)

when trying to require the file where that cl-defmethod is...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-02-14 13:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-12  5:53 cl-defmethod not compatible with defmethod? Lars Ingebrigtsen
2016-02-12  6:50 ` Eric Abrahamsen
2016-02-12  7:34   ` Lars Ingebrigtsen
2016-02-12  7:26 ` Eli Zaretskii
2016-02-14 13:48 ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.