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

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

bug#23042: Deleted eieio-all-generic-functions still used by semanticdb-


From: Stefan Monnier
Subject: bug#23042: Deleted eieio-all-generic-functions still used by semanticdb-find-tags-external-children-of-type-method
Date: Fri, 18 Mar 2016 12:41:54 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> And indeed eieio-all-generic-functions was deleted Jul 2015 in
> 59b5723c9b61. It seems it was replaced with cl--generic-all-functions,
> so perhaps db-el should be using that.

Indeed.  Of course being a "cl--" it shouldn't be used outside of
cl*.el.

OTOH this kind of introspection is clearly useful so we should export
that kind of functionality.  So maybe cl--generic-all-functions should
be renamed to cl-generic-all-functions.


        Stefan





reply via email to

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