Initial Commit
[packages] / xemacs-packages / speedbar / speedbar-loaddefs.el
1 ;;; speedbar-loaddefs.el --- Auto-generated CEDET autoloads
2 ;;
3 ;;; Code:
4
5 \f
6 ;;;### (autoloads (rpm) "rpm" "rpm.el" (17213 40778))
7 ;;; Generated autoloads from rpm.el
8
9 (autoload (quote rpm) "rpm" "\
10 Red Hat Package Management in Emacs." t nil)
11
12 ;;;***
13 \f
14 ;;;### (autoloads (gud-speedbar-buttons) "sb-gud" "sb-gud.el" (16232
15 ;;;;;;  37556))
16 ;;; Generated autoloads from sb-gud.el
17
18 (autoload (quote gud-speedbar-buttons) "sb-gud" "\
19 Create a speedbar display based on the current state of GUD.
20 If the GUD BUFFER is not running a supported debugger, then turn
21 off the specialized speedbar mode." nil nil)
22
23 ;;;***
24 \f
25 ;;;### (autoloads (Info-speedbar-buttons Info-speedbar-browser) "sb-info"
26 ;;;;;;  "sb-info.el" (17563 42408))
27 ;;; Generated autoloads from sb-info.el
28
29 (autoload (quote Info-speedbar-browser) "sb-info" "\
30 Initialize speedbar to display an info node browser.
31 This will add a speedbar major display mode." t nil)
32
33 (autoload (quote Info-speedbar-buttons) "sb-info" "\
34 Create a speedbar display to help navigation in an Info file.
35 BUFFER is the buffer speedbar is requesting buttons for." nil nil)
36
37 (eval-after-load "info" (quote (require (quote sb-info))))
38
39 ;;;***
40 \f
41 ;;;### (autoloads (rmail-speedbar-buttons) "sb-rmail" "sb-rmail.el"
42 ;;;;;;  (15958 27182))
43 ;;; Generated autoloads from sb-rmail.el
44
45 (autoload (quote rmail-speedbar-buttons) "sb-rmail" "\
46 Create buttons for BUFFER containing rmail messages.
47 Click on the address under Reply to: to reply to this person.
48 Under Folders: Click a name to read it, or on the <M> to move the
49 current message into that RMAIL folder." nil nil)
50
51 ;;;***
52 \f
53 ;;;### (autoloads (w3-speedbar-buttons) "sb-w3" "sb-w3.el" (17213
54 ;;;;;;  40805))
55 ;;; Generated autoloads from sb-w3.el
56
57 (autoload (quote w3-speedbar-buttons) "sb-w3" "\
58 Create speedbar buttons for the current web BUFFER displayed in w3 mode." nil nil)
59
60 ;;;***
61 \f
62 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
63 ;;;;;;  "speedbar.el" (17866 5372))
64 ;;; Generated autoloads from speedbar.el
65
66 (defalias (quote speedbar) (quote speedbar-frame-mode))
67
68 (autoload (quote speedbar-frame-mode) "speedbar" "\
69 Enable or disable speedbar.  Positive ARG means turn on, negative turn off.
70 nil means toggle.  Once the speedbar frame is activated, a buffer in
71 `speedbar-mode' will be displayed.  Currently, only one speedbar is
72 supported at a time.
73 `speedbar-before-popup-hook' is called before popping up the speedbar frame.
74 `speedbar-before-delete-hook' is called before the frame is deleted." t nil)
75
76 (autoload (quote speedbar-get-focus) "speedbar" "\
77 Change frame focus to or from the speedbar frame.
78 If the selected frame is not speedbar, then speedbar frame is
79 selected.  If the speedbar frame is active, then select the attached frame." t nil)
80
81 ;;;***
82 \f
83 ;; Local Variables:
84 ;; version-control: never
85 ;; no-byte-compile: t
86 ;; no-update-autoloads: t
87 ;; End:
88 ;;; speedbar-loaddefs.el ends here