Initial Commit
[packages] / xemacs-packages / eieio / eieio-loaddefs.el
1 ;;; eieio-loaddefs.el --- Auto-generated CEDET autoloads
2 ;;
3 ;;; Code:
4
5 \f
6 ;;;### (autoloads (call-tree) "call-tree" "call-tree.el" (17213 40289))
7 ;;; Generated autoloads from call-tree.el
8
9 (autoload (quote call-tree) "call-tree" "\
10 Build a call tree to show all functions called by FUNC." t nil)
11
12 ;;;***
13 \f
14 ;;;### (autoloads (eieio-describe-generic eieio-describe-class eieio-browse)
15 ;;;;;;  "eieio-opt" "eieio-opt.el" (17213 40323))
16 ;;; Generated autoloads from eieio-opt.el
17
18 (autoload (quote eieio-browse) "eieio-opt" "\
19 Create an object browser window to show all objects.
20 If optional ROOT-CLASS, then start with that, otherwise start with
21 variable `eieio-default-superclass'." t nil)
22
23 (defalias (quote describe-class) (quote eieio-describe-class))
24
25 (autoload (quote eieio-describe-class) "eieio-opt" "\
26 Describe a CLASS defined by a string or symbol.
27 If CLASS is actually an object, then also display current values of that obect." t nil)
28
29 (defalias (quote describe-method) (quote eieio-describe-generic))
30
31 (defalias (quote describe-generic) (quote eieio-describe-generic))
32
33 (defalias (quote eieio-describe-method) (quote eieio-describe-generic))
34
35 (autoload (quote eieio-describe-generic) "eieio-opt" "\
36 Describe the generic function GENERIC.
37 Also extracts information about all methods specific to this generic." t nil)
38
39 ;;;***
40 \f
41 ;;;### (autoloads (enable-visual-studio-bookmarks) "linemark" "linemark.el"
42 ;;;;;;  (17880 50543))
43 ;;; Generated autoloads from linemark.el
44
45 (autoload (quote enable-visual-studio-bookmarks) "linemark" "\
46 Bind the viss bookmark functions to F2 related keys.
47 \\<global-map>
48 \\[viss-bookmark-toggle]     - To=ggle a bookmark on this line.
49 \\[viss-bookmark-next-buffer]   - Move to the next bookmark.
50 \\[viss-bookmark-prev-buffer]   - Move to the previous bookmark.
51 \\[viss-bookmark-clear-all-buffer] - Clear all bookmarks." t nil)
52
53 ;;;***
54 \f
55 ;;;### (autoloads (lmcompile-do-highlight) "lmcompile" "lmcompile.el"
56 ;;;;;;  (17213 40340))
57 ;;; Generated autoloads from lmcompile.el
58
59 (autoload (quote lmcompile-do-highlight) "lmcompile" "\
60 Do compilation mode highlighting.
61 Works on grep, compile, or other type mode." t nil)
62
63 ;;;***
64 \f
65 ;;;### (autoloads (directory-tree-thing eieio-class-tree tree-test-it-all)
66 ;;;;;;  "tree" "tree.el" (17213 40344))
67 ;;; Generated autoloads from tree.el
68
69 (autoload (quote tree-test-it-all) "tree" "\
70 Try using various features of tree mode in a demo of it's display." t nil)
71
72 (autoload (quote eieio-class-tree) "tree" "\
73 Displays a class tree using the TREE package in another buffer.
74 Optional argument ROOT-CLASS is the starting point." t nil)
75
76 (autoload (quote directory-tree-thing) "tree" "\
77 Start at the current directory, and build a giant tree of files.
78 Argument PPATH is the path to the directory we are going to analyze." t nil)
79
80 ;;;***
81 \f
82 ;; Local Variables:
83 ;; version-control: never
84 ;; no-byte-compile: t
85 ;; no-update-autoloads: t
86 ;; End:
87 ;;; eieio-loaddefs.el ends here