]> git.eshelyaron.com Git - emacs.git/commit
Use cl-typep instead of obsolete predicate functions throughout cedet
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 14 Jun 2019 13:47:54 +0000 (15:47 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 14 Jun 2019 13:47:54 +0000 (15:47 +0200)
commit5b525f4f56f458d88b66be73cae2d1fc5b382db4
treefd81f7d294951ad81ff0f0e2120cf0e4ad24f244
parent9fac0e70e3f5b7d0b12b77cac50078e01f68ee70
Use cl-typep instead of obsolete predicate functions throughout cedet

* lisp/cedet/srecode/dictionary.el (srecode-create-dictionary):
(srecode-dictionary-add-entries):
(srecode-compound-toString):
(srecode-dump):
* lisp/cedet/srecode/compile.el (srecode-dump-code-list):
* lisp/cedet/semantic/util.el (semantic-something-to-tag-table):
* lisp/cedet/semantic/db-typecache.el (semanticdb-typecache-length):
* lisp/cedet/semantic/db-ref.el (semanticdb-check-references):
* lisp/cedet/semantic/db-find.el
(semanticdb-find-incomplete-cache-entries-p):
(semanticdb-find-translate-path-includes-default):
(semanticdb-find-results-p):
(semanticdb-find-result-with-nil-p):
* lisp/cedet/semantic/analyze/complete.el
(semantic-analyze-possible-completions): Use cl-typep instead of
functions like `srecode-dictionary-compound-value-child-p' etc.
lisp/cedet/semantic/analyze/complete.el
lisp/cedet/semantic/db-find.el
lisp/cedet/semantic/db-ref.el
lisp/cedet/semantic/db-typecache.el
lisp/cedet/semantic/util.el
lisp/cedet/srecode/compile.el
lisp/cedet/srecode/dictionary.el