|
From: | Dmitry Gutov |
Subject: | Re: [Emacs-diffs] master 3a8312d: lisp/emacs-lisp/eieio*.el: Rewrite our generics on top of cl-generic |
Date: | Wed, 21 Jan 2015 08:28:42 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 |
On 01/20/2015 10:41 PM, Stefan Monnier wrote:
+;;;###autoload +(defun eieio-defgeneric (method doc-string) + "Obsolete work part of an old version of the `defgeneric' macro." + (declare (obsolete cl-defgeneric "24.1")) + ;; Don't do this over and over. + (unless (fboundp 'method)
I don't think it should be quoted. Although it seems to be a bug from the previous version.
[Prev in Thread] | Current Thread | [Next in Thread] |