mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-20 10:23:57 +00:00
3f2a848dbe
* 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. |
||
---|---|---|
.. | ||
auto.el | ||
autoconf-edit.el | ||
base.el | ||
cpp-root.el | ||
custom.el | ||
dired.el | ||
emacs.el | ||
files.el | ||
generic.el | ||
linux.el | ||
locate.el | ||
make.el | ||
makefile-edit.el | ||
pconf.el | ||
pmake.el | ||
proj-archive.el | ||
proj-aux.el | ||
proj-comp.el | ||
proj-elisp.el | ||
proj-info.el | ||
proj-misc.el | ||
proj-obj.el | ||
proj-prog.el | ||
proj-scheme.el | ||
proj-shared.el | ||
proj.el | ||
project-am.el | ||
shell.el | ||
simple.el | ||
source.el | ||
speedbar.el | ||
srecode.el | ||
system.el | ||
util.el |