]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/db-el.el
Publicize cl--generic-all-functions
[gnu-emacs] / lisp / cedet / semantic / db-el.el
index 432f638475a32f3ecf438cfedf6199cf655480a6..a85b9024eb0322233a944be01bac01cd85029a7f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; semantic/db-el.el --- Semantic database extensions for Emacs Lisp
 
-;;; Copyright (C) 2002-2015 Free Software Foundation, Inc.
+;;; Copyright (C) 2002-2016 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; Keywords: tags
@@ -336,7 +336,7 @@ Return a list of tags."
                             (mapcar 'semanticdb-elisp-sym->tag
                                     ;; Fancy eieio function that knows all about
                                     ;; built in methods belonging to CLASS.
-                                    (eieio-all-generic-functions class)))))
+                                    (cl-generic-all-functions class)))))
             )
        taglst))))