1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00
emacs/lisp/cedet/srecode
David Engster 3f2a848dbe Merge CEDET upstream.
* emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
Removed.  This feature is already integrated in imenu.

* emacs-lisp/eieio-opt.el: Remove require for `button' since it is
always loaded.  Require `speedbar' unconditionally.

* semantic/analyze.el (semantic-analyze-dereference-alias): New
function to dereference aliases.
(semantic-analyze-current-context-default): Use it.

* semantic/grammar.el (semantic-grammar-create-package):
* srecode/compile.el (srecode-compile-templates): Throw a proper
error if semantic-mode is not enabled (bug#9968).

Compiler warning fixes:

* semantic.el (semantic-elapsed-time): Make it a defsubst.

* srecode/dictionary.el (srecode-adebug-dictionary): Remove
require for `semantic'.

* srecode/map.el:
* srecode/insert.el: Declare functions from `data-debug'.

* semantic/grammar.el: Require `help-fns'.  Declare functions from
`eldoc', which is required in function body.

* srecode/java.el:
* semantic/texi.el:
* semantic/grammar-wy.el:
* semantic/db-file.el:
* semantic/db-el.el:
* semantic/chart.el: Fix requires.

* ede/locate.el: Remove useless requires. Declare functions
instead and require in functions when needed.
2012-10-25 22:13:16 +02:00
..
args.el
compile.el Merge CEDET upstream. 2012-10-25 22:13:16 +02:00
cpp.el Update CEDET from upstream. 2012-10-02 02:10:29 +08:00
ctxt.el
dictionary.el Merge CEDET upstream. 2012-10-25 22:13:16 +02:00
document.el
el.el
expandproto.el
extract.el
fields.el
filters.el
find.el Update CEDET from upstream. 2012-10-02 02:10:29 +08:00
getset.el Update CEDET from upstream. 2012-10-02 02:10:29 +08:00
insert.el Merge CEDET upstream. 2012-10-25 22:13:16 +02:00
java.el Merge CEDET upstream. 2012-10-25 22:13:16 +02:00
map.el Merge CEDET upstream. 2012-10-25 22:13:16 +02:00
mode.el Update CEDET from upstream. 2012-10-02 02:10:29 +08:00
semantic.el Update CEDET from upstream. 2012-10-02 02:10:29 +08:00
srt-mode.el Update CEDET from upstream. 2012-10-02 02:10:29 +08:00
srt-wy.el Update CEDET from upstream. 2012-10-02 02:10:29 +08:00
srt.el
table.el Update CEDET from upstream. 2012-10-02 02:10:29 +08:00
template.el
texi.el