annotate lisp/cc-mode/auto-autoloads.el @ 167:85ec50267440 r20-3b10

Import from CVS: tag r20-3b10
author cvs
date Mon, 13 Aug 2007 09:45:46 +0200
parents 5a88923fcbfe
children 6075d714658b
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
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
12 ;;;### (autoloads (java-mode objc-mode c++-mode c-mode) "cc-mode" "cc-mode/cc-mode.el")
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
13
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
14 (autoload 'c-mode "cc-mode" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
15 Major mode for editing K&R and ANSI C code.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
16 To submit a problem report, enter `\\[c-submit-bug-report]' from a
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
17 c-mode buffer. This automatically sets up a mail buffer with version
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
18 information already added. You just need to add a description of the
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
19 problem, including a reproducible test case and send the message.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
20
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
21 To see what version of CC Mode you are running, enter `\\[c-version]'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
22
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
23 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
24 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
25 run first.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
26
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
27 Key bindings:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
28 \\{c-mode-map}" t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
29
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
30 (autoload 'c++-mode "cc-mode" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
31 Major mode for editing C++ code.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
32 To submit a problem report, enter `\\[c-submit-bug-report]' from a
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
33 c++-mode buffer. This automatically sets up a mail buffer with
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
34 version information already added. You just need to add a description
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
35 of the problem, including a reproducible test case, and send the
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
36 message.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
37
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
38 To see what version of CC Mode you are running, enter `\\[c-version]'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
39
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
40 The hook variable `c++-mode-hook' is run with no args, if that
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
41 variable is bound and has a non-nil value. Also the hook
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
42 `c-mode-common-hook' is run first.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
43
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
44 Key bindings:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
45 \\{c++-mode-map}" t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
46
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
47 (autoload 'objc-mode "cc-mode" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
48 Major mode for editing Objective C code.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
49 To submit a problem report, enter `\\[c-submit-bug-report]' from an
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
50 objc-mode buffer. This automatically sets up a mail buffer with
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
51 version information already added. You just need to add a description
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
52 of the problem, including a reproducible test case, and send the
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
53 message.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
54
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
55 To see what version of CC Mode you are running, enter `\\[c-version]'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
56
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
57 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
58 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
59 is run first.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
60
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
61 Key bindings:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
62 \\{objc-mode-map}" t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
63
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
64 (autoload 'java-mode "cc-mode" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
65 Major mode for editing Java code.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
66 To submit a problem report, enter `\\[c-submit-bug-report]' from an
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
67 java-mode buffer. This automatically sets up a mail buffer with
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
68 version information already added. You just need to add a description
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
69 of the problem, including a reproducible test case and send the
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
70 message.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
71
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
72 To see what version of CC Mode you are running, enter `\\[c-version]'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
73
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
74 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
75 is bound and has a non-nil value. Also the common hook
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
76 `c-mode-common-hook' is run first. Note that this mode automatically
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
77 sets the \"java\" style before calling any hooks so be careful if you
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
78 set styles in `c-mode-common-hook'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
79
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
80 Key bindings:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
81 \\{java-mode-map}" t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
82
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
83 ;;;***
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
84
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
85 ;;;### (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
86
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
87 (autoload 'c-set-style "cc-styles" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
88 Set CC Mode variables to use one of several different indentation styles.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
89 STYLENAME is a string representing the desired style from the list of
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
90 styles described in the variable `c-style-alist'. See that variable
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
91 for details of setting up styles.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
92
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
93 The variable `c-indentation-style' always contains the buffer's current
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
94 style name." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
95
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
96 (autoload 'c-add-style "cc-styles" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
97 Adds a style to `c-style-alist', or updates an existing one.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
98 STYLE is a string identifying the style to add or update. DESCRIP is
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
99 an association list describing the style and must be of the form:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
100
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
101 ([BASESTYLE] (VARIABLE . VALUE) [(VARIABLE . VALUE) ...])
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
102
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
103 See the variable `c-style-alist' for the semantics of BASESTYLE,
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
104 VARIABLE and VALUE. This function also sets the current style to
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
105 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
106
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
107 ;;;***
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
108
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
109 (provide 'cc-mode-autoloads)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
110 ))