annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
1 ;;; DO NOT MODIFY THIS FILE
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
2 (if (not (featurep 'cc-mode-autoloads))
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
3 (progn
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
4
167
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5 ;;;### (autoloads nil "cc-langs" "cc-mode/cc-langs.el")
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
6
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
7 (defvar c-mode-syntax-table nil "\
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
8 Syntax table used in c-mode buffers.")
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
9
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
10 ;;;***
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
11
177
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
12 ;;;### (autoloads (idl-mode java-mode objc-mode c++-mode c-mode c-initialize-cc-mode) "cc-mode" "cc-mode/cc-mode.el")
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
13
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
14 (autoload 'c-initialize-cc-mode "cc-mode" nil nil nil)
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
15
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
16 (autoload 'c-mode "cc-mode" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
17 Major mode for editing K&R and ANSI C code.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
18 To submit a problem report, enter `\\[c-submit-bug-report]' from a
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
19 c-mode buffer. This automatically sets up a mail buffer with version
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
20 information already added. You just need to add a description of the
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
21 problem, including a reproducible test case and send the message.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
22
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
23 To see what version of CC Mode you are running, enter `\\[c-version]'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
24
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
25 The hook variable `c-mode-hook' is run with no args, if that value is
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
26 bound and has a non-nil value. Also the hook `c-mode-common-hook' is
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
27 run first.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
28
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
29 Key bindings:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
30 \\{c-mode-map}" t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
31
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
32 (autoload 'c++-mode "cc-mode" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
33 Major mode for editing C++ code.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
34 To submit a problem report, enter `\\[c-submit-bug-report]' from a
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
35 c++-mode buffer. This automatically sets up a mail buffer with
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
36 version information already added. You just need to add a description
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
37 of the problem, including a reproducible test case, and send the
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
38 message.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
39
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
40 To see what version of CC Mode you are running, enter `\\[c-version]'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
41
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
42 The hook variable `c++-mode-hook' is run with no args, if that
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
43 variable is bound and has a non-nil value. Also the hook
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
44 `c-mode-common-hook' is run first.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
45
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
46 Key bindings:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
47 \\{c++-mode-map}" t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
48
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
49 (autoload 'objc-mode "cc-mode" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
50 Major mode for editing Objective C code.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
51 To submit a problem report, enter `\\[c-submit-bug-report]' from an
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
52 objc-mode buffer. This automatically sets up a mail buffer with
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
53 version information already added. You just need to add a description
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
54 of the problem, including a reproducible test case, and send the
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
55 message.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
56
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
57 To see what version of CC Mode you are running, enter `\\[c-version]'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
58
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
59 The hook variable `objc-mode-hook' is run with no args, if that value
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
60 is bound and has a non-nil value. Also the hook `c-mode-common-hook'
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
61 is run first.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
62
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
63 Key bindings:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
64 \\{objc-mode-map}" t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
65
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
66 (autoload 'java-mode "cc-mode" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
67 Major mode for editing Java code.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
68 To submit a problem report, enter `\\[c-submit-bug-report]' from an
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
69 java-mode buffer. This automatically sets up a mail buffer with
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
70 version information already added. You just need to add a description
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
71 of the problem, including a reproducible test case and send the
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
72 message.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
73
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
74 To see what version of CC Mode you are running, enter `\\[c-version]'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
75
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
76 The hook variable `java-mode-hook' is run with no args, if that value
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
77 is bound and has a non-nil value. Also the common hook
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
78 `c-mode-common-hook' is run first. Note that this mode automatically
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
79 sets the \"java\" style before calling any hooks so be careful if you
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
80 set styles in `c-mode-common-hook'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
81
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
82 Key bindings:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
83 \\{java-mode-map}" t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
84
177
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
85 (autoload 'idl-mode "cc-mode" "\
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
86 Major mode for editing CORBA's IDL code.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
87 To submit a problem report, enter `\\[c-submit-bug-report]' from an
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
88 idl-mode buffer. This automatically sets up a mail buffer with
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
89 version information already added. You just need to add a description
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
90 of the problem, including a reproducible test case, and send the
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
91 message.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
92
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
93 To see what version of CC Mode you are running, enter `\\[c-version]'.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
94
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
95 The hook variable `idl-mode-hook' is run with no args, if that
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
96 variable is bound and has a non-nil value. Also the hook
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
97 `c-mode-common-hook' is run first.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
98
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
99 Key bindings:
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
100 \\{idl-mode-map}" t nil)
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 167
diff changeset
101
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
102 ;;;***
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
103
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
104 ;;;### (autoloads (c-add-style c-set-style) "cc-styles" "cc-mode/cc-styles.el")
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
105
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
106 (autoload 'c-set-style "cc-styles" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
107 Set CC Mode variables to use one of several different indentation styles.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
108 STYLENAME is a string representing the desired style from the list of
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
109 styles described in the variable `c-style-alist'. See that variable
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
110 for details of setting up styles.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
111
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
112 The variable `c-indentation-style' always contains the buffer's current
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
113 style name." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
114
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
115 (autoload 'c-add-style "cc-styles" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
116 Adds a style to `c-style-alist', or updates an existing one.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
117 STYLE is a string identifying the style to add or update. DESCRIP is
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
118 an association list describing the style and must be of the form:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
119
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
120 ([BASESTYLE] (VARIABLE . VALUE) [(VARIABLE . VALUE) ...])
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
121
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
122 See the variable `c-style-alist' for the semantics of BASESTYLE,
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
123 VARIABLE and VALUE. This function also sets the current style to
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
124 STYLE using `c-set-style' if the optional SET-P flag is non-nil." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
125
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
126 ;;;***
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
127
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
128 (provide 'cc-mode-autoloads)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
129 ))