emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 3a8312d: lisp/emacs-lisp/eieio*.el: Rewrite our


From: Tassilo Horn
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:56:02 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

Dmitry Gutov <address@hidden> writes:

>> +;;;###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.

Could that be the source of bug#19645?

Bye,
Tassilo



reply via email to

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