Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/cc-mode/auto-autoloads.el Mon Aug 13 09:50:16 2007 +0200 +++ b/lisp/cc-mode/auto-autoloads.el Mon Aug 13 09:51:16 2007 +0200 @@ -9,7 +9,9 @@ ;;;*** -;;;### (autoloads (java-mode objc-mode c++-mode c-mode) "cc-mode" "cc-mode/cc-mode.el") +;;;### (autoloads (idl-mode java-mode objc-mode c++-mode c-mode c-initialize-cc-mode) "cc-mode" "cc-mode/cc-mode.el") + +(autoload 'c-initialize-cc-mode "cc-mode" nil nil nil) (autoload 'c-mode "cc-mode" "\ Major mode for editing K&R and ANSI C code. @@ -80,6 +82,23 @@ Key bindings: \\{java-mode-map}" t nil) +(autoload 'idl-mode "cc-mode" "\ +Major mode for editing CORBA's IDL code. +To submit a problem report, enter `\\[c-submit-bug-report]' from an +idl-mode buffer. This automatically sets up a mail buffer with +version information already added. You just need to add a description +of the problem, including a reproducible test case, and send the +message. + +To see what version of CC Mode you are running, enter `\\[c-version]'. + +The hook variable `idl-mode-hook' is run with no args, if that +variable is bound and has a non-nil value. Also the hook +`c-mode-common-hook' is run first. + +Key bindings: +\\{idl-mode-map}" t nil) + ;;;*** ;;;### (autoloads (c-add-style c-set-style) "cc-styles" "cc-mode/cc-styles.el")