]> git.eshelyaron.com Git - emacs.git/commit
semantic/chart.el compilation warning fixes
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 Jun 2019 14:53:10 +0000 (16:53 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 Jun 2019 14:53:10 +0000 (16:53 +0200)
commit1cd77d2021c9d22f1fbdbccd8918435ec7c10372
tree695592b3caa8b12cfac750fe25be47cb2a8af5d0
parent126702a979629212bc067b81a3c71a3299e0a913
semantic/chart.el compilation warning fixes

* lisp/cedet/semantic/chart.el (semantic/db-typecache)
(semantic/scope): Require to avoid byte compilation warnings about
undefined slots.  Remove declare-functions from these packages.
lisp/cedet/semantic/chart.el