Mercurial > hg > xemacs-beta
comparison lisp/cc-mode/auto-autoloads.el @ 181:bfd6434d15b3 r20-3b17
Import from CVS: tag r20-3b17
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:53:19 +0200 |
parents | 6075d714658b |
children | e121b013d1f0 |
comparison
equal
deleted
inserted
replaced
180:add28d59e586 | 181:bfd6434d15b3 |
---|---|
4 | 4 |
5 ;;;### (autoloads nil "cc-langs" "cc-mode/cc-langs.el") | 5 ;;;### (autoloads nil "cc-langs" "cc-mode/cc-langs.el") |
6 | 6 |
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 | |
10 (defvar c++-mode-syntax-table nil "\ | |
11 Syntax table used in c++-mode buffers.") | |
12 | |
13 (defvar objc-mode-syntax-table nil "\ | |
14 Syntax table used in objc-mode buffers.") | |
15 | |
16 (defvar java-mode-syntax-table nil "\ | |
17 Syntax table used in java-mode buffers.") | |
18 | |
19 (defvar idl-mode-syntax-table nil "\ | |
20 Syntax table used in idl-mode buffers.") | |
9 | 21 |
10 ;;;*** | 22 ;;;*** |
11 | 23 |
12 ;;;### (autoloads (idl-mode java-mode objc-mode c++-mode c-mode c-initialize-cc-mode) "cc-mode" "cc-mode/cc-mode.el") | 24 ;;;### (autoloads (idl-mode java-mode objc-mode c++-mode c-mode c-initialize-cc-mode) "cc-mode" "cc-mode/cc-mode.el") |
13 | 25 |
99 Key bindings: | 111 Key bindings: |
100 \\{idl-mode-map}" t nil) | 112 \\{idl-mode-map}" t nil) |
101 | 113 |
102 ;;;*** | 114 ;;;*** |
103 | 115 |
104 ;;;### (autoloads (c-add-style c-set-style) "cc-styles" "cc-mode/cc-styles.el") | 116 ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" "cc-mode/cc-styles.el") |
105 | 117 |
106 (autoload 'c-set-style "cc-styles" "\ | 118 (autoload 'c-set-style "cc-styles" "\ |
107 Set CC Mode variables to use one of several different indentation styles. | 119 Set CC Mode variables to use one of several different indentation styles. |
108 STYLENAME is a string representing the desired style from the list of | 120 STYLENAME is a string representing the desired style from the list of |
109 styles described in the variable `c-style-alist'. See that variable | 121 styles described in the variable `c-style-alist'. See that variable |
121 | 133 |
122 See the variable `c-style-alist' for the semantics of BASESTYLE, | 134 See the variable `c-style-alist' for the semantics of BASESTYLE, |
123 VARIABLE and VALUE. This function also sets the current style to | 135 VARIABLE and VALUE. This function also sets the current style to |
124 STYLE using `c-set-style' if the optional SET-P flag is non-nil." t nil) | 136 STYLE using `c-set-style' if the optional SET-P flag is non-nil." t nil) |
125 | 137 |
138 (autoload 'c-set-offset "cc-styles" "\ | |
139 Change the value of a syntactic element symbol in `c-offsets-alist'. | |
140 SYMBOL is the syntactic element symbol to change and OFFSET is the new | |
141 offset for that syntactic element. Optional ADD says to add SYMBOL to | |
142 `c-offsets-alist' if it doesn't already appear there." t nil) | |
143 | |
126 ;;;*** | 144 ;;;*** |
127 | 145 |
128 (provide 'cc-mode-autoloads) | 146 (provide 'cc-mode-autoloads) |
129 )) | 147 )) |