]> git.eshelyaron.com Git - emacs.git/commit
Move functions from semantic.el to analyze.el to avoid warnings
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 14 Jun 2019 13:15:09 +0000 (15:15 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 14 Jun 2019 13:15:09 +0000 (15:15 +0200)
commit595e12c2da7b5053f56f57ba59a6156ac239bbf0
tree619386fee9e918d62a409729fd80ac740ce6543f
parentc213422fd33cf00ef0e2515ec9639bdc06ea45c5
Move functions from semantic.el to analyze.el to avoid warnings

* lisp/cedet/semantic.el (semantic-analyze-completion-at-point-function)
(semantic-analyze-notc-completion-at-point-function)
(semantic-analyze-nolongprefix-completion-at-point-function): Add
autoloads for the moved functions.

* lisp/cedet/semantic/analyze.el
(semantic-analyze-completion-at-point-function)
(semantic-analyze-notc-completion-at-point-function)
(semantic-analyze-nolongprefix-completion-at-point-function): Move
here from semantic.el to avoid getting compilation warnings about
unknown slot `bounds'.
lisp/cedet/semantic.el
lisp/cedet/semantic/analyze.el