1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-09 15:50:40 -08:00

Silence some cedet compilation warnings

* cedet/semantic/analyze/fcn.el (semantic-tag-similar-p): Autoload.

* cedet/srecode/args.el, cedet/srecode/java.el: Require ede.
This commit is contained in:
Glenn Morris 2013-06-01 11:02:58 -07:00
parent fb2c90ac2f
commit e677c72639
4 changed files with 8 additions and 0 deletions

View file

@ -27,6 +27,7 @@
(require 'srecode/dictionary)
(require 'semantic/find)
(require 'ede)
;;;###autoload
(defun srecode-semantic-handle-:java (dict)