emacs/lisp/emacs-lisp
Chong Yidong 3d9d848682 lisp/Makefile.in: Ignore CEDET subdirectories when making subdirs.el.
lisp/emacs-lisp/autoload.el (generated-autoload-feature): New var.
(autoload-rubric): Use it.

lisp/cedet/semantic/adebug.el (data-debug-insert-find-results-button): Require
db-find.

lisp/cedet/semantic/analyze.el: Require semantic/tag.  Don't declare
autoloaded functions.

lisp/cedet/semantic/chart.el: Don't declare autoloaded functions.

lisp/cedet/semantic/complete.el: eval-when-compile semantic/find for macro.
(semantic-collector-calculate-completions-raw): Require semantic/db-find.

lisp/cedet/semantic/ctxt.el (semantic-up-context): Require semantic/find.
Don't require it at top-level.

lisp/cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-dump): Require
data-debug.  Don't require it at top-level.  Don't require semantic/sort.

lisp/cedet/semantic/db-find.el: Add local vars for autoloading.
Don't require semantic/tag-file and semantic/sort.
(semanticdb-find-default-throttle, semanticdb-find-result-length)
(semanticdb-find-result-nth, semanticdb-find-result-nth-in-buffer)
(semanticdb-find-tags-by-name, semanticdb-find-tags-for-completion)
(semanticdb-find-translate-path, semanticdb-find-table-for-include): Autoload.

lisp/cedet/semantic/db-ref.el: Require semantic and semantic/tag.
(semanticdb-ref-test): Require data-debug.  Don't require it at
top-level.

lisp/cedet/semantic/db-typecache.el: Require semantic and semantic/tag.
Declare semantic-sort-tags-by-name-then-type-increasing and
semantic-scope-tag-clone-with-scope.
eval-when-compile semantic/find for semantic-find-tags-by-* macros.
Add local vars for autoloading.
(semanticdb-typecache-find): Autoload.

lisp/cedet/semantic/db.el: Add local vars for autoloading.
(semanticdb-current-database, semanticdb-current-table)
(semanticdb-file-table-object): Autoload.

lisp/cedet/semantic/decorate.el: Don't requirements for autoloaded functions.

lisp/cedet/semantic/doc.el: Add local vars for autoloading.
(semantic-documentation-for-tag): Autoload.

lisp/cedet/semantic/edit.el: Drop requirements for autoloaded functions.

lisp/cedet/semantic/find.el: Add local vars for autoloading.
(semantic-current-tag, semantic-find-tag-by-overlay)
(semantic-find-first-tag-by-name): Autoload.

lisp/cedet/semantic/format.el: Add local vars for autoloading.
(semantic-format-tag-name, semantic-format-tag-custom-list)
(semantic-format-tag-functions): Autoload.

lisp/cedet/semantic/fw.el: Require semantic/loaddefs.

lisp/cedet/semantic/html.el (semantic-html-recursive-combobulate-list):
Use assoc-string instead of assoc-case.

lisp/cedet/semantic/ia.el (semantic-ia-insert-tag): Move up to avoid
compiler error.
(semantic-ia-complete-symbol-menu): Require imenu.
(semantic-ia-fast-jump): Require semantic/decorate/include.

lisp/cedet/semantic/idle.el: Require semantic and semantic/tag.
Declare semanticdb-typecache-refresh-for-buffer and eldoc-message.
eval-when-compile semantic/find for semantic-find-tags-by-name macro.

lisp/cedet/semantic/sort.el: Add local vars for autoloading.
(semantic-flatten-tags-table, semantic-tag-external-member-parent):
Autoload.

lisp/cedet/semantic/tag-file.el: Add local vars for autoloading.
(semantic-go-to-tag, semantic-dependency-tag-file): Autoload.

lisp/cedet/semantic/tag-ls.el: Add local vars for autoloading.
(semantic-tag-prototype-p): Autoload.

lisp/cedet/semantic/tag.el: Don't declare autoloaded functions.

lisp/cedet/semantic/analyze/complete.el: Add local variables for autoloading.
(semantic-analyze-possible-completions): Autoload.

lisp/cedet/semantic/analyze/fcn.el: Require mode-local.
2009-09-02 04:37:10 +00:00
..
.gitignore Add .gitignore files 2009-02-03 23:32:38 +00:00
advice.el Remove leading * from defcustom docs. 2009-07-22 02:45:34 +00:00
assoc.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
authors.el (authors-fixed-entries): Remove cvtmail. 2009-08-19 02:53:53 +00:00
autoload.el lisp/Makefile.in: Ignore CEDET subdirectories when making subdirs.el. 2009-09-02 04:37:10 +00:00
avl-tree.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
backquote.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
benchmark.el * emacs-lisp/benchmark.el (benchmark): Reflow docstring. 2009-03-17 10:32:20 +00:00
bindat.el * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string 2009-05-04 01:18:11 +00:00
byte-opt.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
byte-run.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
bytecomp.el (byte-compile-interactive-only-functions): Add goto-line. 2009-08-10 16:28:18 +00:00
chart.el Move eieio/chart.el to emacs-lisp/chart.el. 2009-08-30 02:04:15 +00:00
check-declare.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
checkdoc.el Remove leading * from defcustom docs. 2009-07-22 02:45:34 +00:00
cl-compat.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
cl-extra.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
cl-indent.el Remove leading "*" from defcustom docs. 2009-06-22 06:27:00 +00:00
cl-loaddefs.el * emacs-lisp/cl-loaddefs.el (deftype): Add autoload for deftype. 2009-08-22 18:07:46 +00:00
cl-macs.el * emacs-lisp/cl-loaddefs.el (deftype): Add autoload for deftype. 2009-08-22 18:07:46 +00:00
cl-seq.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
cl-specs.el (defstruct): Fix :conc-name spec. 2009-06-27 22:09:39 +00:00
cl.el (cl-compiling-file): Update for the name-change `outbuffer' to 2009-07-23 02:54:15 +00:00
copyright.el (copyright-update): Save match-data across y-or-n-p, for safety. 2009-07-16 02:01:31 +00:00
crm.el (crm--choose-completion-string): New function. 2009-03-16 00:44:02 +00:00
cust-print.el Remove leading * from defcustom docs. 2009-07-21 04:40:17 +00:00
debug.el Remove leading * from defcustom docs. 2009-07-22 02:45:34 +00:00
derived.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
disass.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
easy-mmode.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
easymenu.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
edebug.el (cl-debug-env): Only define for compiler. 2009-07-21 04:42:16 +00:00
eieio-base.el emacs-lisp/eieio-base.el, emacs-lisp/eieio-comp.el, 2009-08-30 02:02:15 +00:00
eieio-comp.el emacs-lisp/eieio-base.el, emacs-lisp/eieio-comp.el, 2009-08-30 02:02:15 +00:00
eieio-custom.el emacs-lisp/eieio-base.el, emacs-lisp/eieio-comp.el, 2009-08-30 02:02:15 +00:00
eieio-datadebug.el emacs-lisp/eieio-base.el, emacs-lisp/eieio-comp.el, 2009-08-30 02:02:15 +00:00
eieio-doc.el emacs-lisp/eieio-base.el, emacs-lisp/eieio-comp.el, 2009-08-30 02:02:15 +00:00
eieio-opt.el emacs-lisp/eieio-base.el, emacs-lisp/eieio-comp.el, 2009-08-30 02:02:15 +00:00
eieio-speedbar.el emacs-lisp/eieio-base.el, emacs-lisp/eieio-comp.el, 2009-08-30 02:02:15 +00:00
eieio.el emacs-lisp/eieio-base.el, emacs-lisp/eieio-comp.el, 2009-08-30 02:02:15 +00:00
eldoc.el * emacs-lisp/eldoc.el (eldoc-function-argstring-format): 2009-01-24 11:34:57 +00:00
elint.el (elint-current-buffer, elint-defun): 2009-07-24 03:52:42 +00:00
elp.el Remove leading * from defcustom docs. 2009-07-22 02:45:34 +00:00
ewoc.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
find-func.el (find-library-name, find-library): Doc fixes. 2009-02-11 02:25:06 +00:00
find-gc.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
float-sup.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
generic.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
gulp.el Remove leading * from defcustom docs. 2009-07-22 02:45:34 +00:00
helper.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
levents.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
lisp-mnt.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
lisp-mode.el (lisp-indent-region): Remove unused function. 2009-08-16 15:40:50 +00:00
lisp.el Remove leading * from defcustom docs. 2009-07-22 02:45:34 +00:00
lmenu.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
lucid.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
macroexp.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
map-ynp.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
pp.el Remove leading * from defcustom docs. 2009-07-22 02:45:34 +00:00
re-builder.el Replace last-command-char with last-command-event. 2009-01-09 04:29:16 +00:00
regexp-opt.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
regi.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ring.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
rx.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
shadow.el (shadows-compare-text-p): Remove leading * from defcustom doc. 2009-07-22 02:34:11 +00:00
sregex.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
syntax.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
tcover-ses.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
tcover-unsafep.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
testcover.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
timer.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
tq.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
trace.el Remove leading * from defcustom docs. 2009-07-22 02:45:34 +00:00
unsafep.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
warnings.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00