Mercurial > hg > xemacs-beta
comparison lisp/cc-mode/auto-autoloads.el @ 177:6075d714658b r20-3b15
Import from CVS: tag r20-3b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:51:16 +0200 |
parents | 85ec50267440 |
children | bfd6434d15b3 |
comparison
equal
deleted
inserted
replaced
176:6866abce6aaf | 177:6075d714658b |
---|---|
7 (defvar c-mode-syntax-table nil "\ | 7 (defvar c-mode-syntax-table nil "\ |
8 Syntax table used in c-mode buffers.") | 8 Syntax table used in c-mode buffers.") |
9 | 9 |
10 ;;;*** | 10 ;;;*** |
11 | 11 |
12 ;;;### (autoloads (java-mode objc-mode c++-mode c-mode) "cc-mode" "cc-mode/cc-mode.el") | 12 ;;;### (autoloads (idl-mode java-mode objc-mode c++-mode c-mode c-initialize-cc-mode) "cc-mode" "cc-mode/cc-mode.el") |
13 | |
14 (autoload 'c-initialize-cc-mode "cc-mode" nil nil nil) | |
13 | 15 |
14 (autoload 'c-mode "cc-mode" "\ | 16 (autoload 'c-mode "cc-mode" "\ |
15 Major mode for editing K&R and ANSI C code. | 17 Major mode for editing K&R and ANSI C code. |
16 To submit a problem report, enter `\\[c-submit-bug-report]' from a | 18 To submit a problem report, enter `\\[c-submit-bug-report]' from a |
17 c-mode buffer. This automatically sets up a mail buffer with version | 19 c-mode buffer. This automatically sets up a mail buffer with version |
78 set styles in `c-mode-common-hook'. | 80 set styles in `c-mode-common-hook'. |
79 | 81 |
80 Key bindings: | 82 Key bindings: |
81 \\{java-mode-map}" t nil) | 83 \\{java-mode-map}" t nil) |
82 | 84 |
85 (autoload 'idl-mode "cc-mode" "\ | |
86 Major mode for editing CORBA's IDL code. | |
87 To submit a problem report, enter `\\[c-submit-bug-report]' from an | |
88 idl-mode buffer. This automatically sets up a mail buffer with | |
89 version information already added. You just need to add a description | |
90 of the problem, including a reproducible test case, and send the | |
91 message. | |
92 | |
93 To see what version of CC Mode you are running, enter `\\[c-version]'. | |
94 | |
95 The hook variable `idl-mode-hook' is run with no args, if that | |
96 variable is bound and has a non-nil value. Also the hook | |
97 `c-mode-common-hook' is run first. | |
98 | |
99 Key bindings: | |
100 \\{idl-mode-map}" t nil) | |
101 | |
83 ;;;*** | 102 ;;;*** |
84 | 103 |
85 ;;;### (autoloads (c-add-style c-set-style) "cc-styles" "cc-mode/cc-styles.el") | 104 ;;;### (autoloads (c-add-style c-set-style) "cc-styles" "cc-mode/cc-styles.el") |
86 | 105 |
87 (autoload 'c-set-style "cc-styles" "\ | 106 (autoload 'c-set-style "cc-styles" "\ |