]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/db-el.el
lisp/emacs-lisp/eieio-core.el (eieio-backward-compatibility): New var.
[gnu-emacs] / lisp / cedet / semantic / db-el.el
index f37aa07ebe67f5d006b56bdd494163f0c9ae7938..be9ffe31b8784030740f87f4358fc9483d2a5013 100644 (file)
@@ -1,6 +1,6 @@
 ;;; semantic/db-el.el --- Semantic database extensions for Emacs Lisp
 
-;;; Copyright (C) 2002-2014 Free Software Foundation, Inc.
+;;; Copyright (C) 2002-2015 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; Keywords: tags
@@ -225,7 +225,7 @@ TOKTYPE is a hint to the type of tag desired."
            (semantic-elisp-desymbolify
              ;; FIXME: This only gives the instance slots and ignores the
              ;; class-allocated slots.
-            (eieio--class-public-a (find-class semanticdb-project-database))) ;; slots ;FIXME: eieio--
+            (eieio--class-public-a (find-class 'semanticdb-project-database))) ;; slots ;FIXME: eieio--
            (semantic-elisp-desymbolify (eieio-class-parents sym)) ;; parents
            ))
          ((not toktype)