Mercurial > hg > xemacs-beta
comparison lisp/prim/loaddefs.el @ 74:54cc21c15cbb r20-0b32
Import from CVS: tag r20-0b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:04:33 +0200 |
parents | b9518feda344 |
children | c0c698873ce1 |
comparison
equal
deleted
inserted
replaced
73:e2d7a37b7c8d | 74:54cc21c15cbb |
---|---|
4838 ;;;*** | 4838 ;;;*** |
4839 | 4839 |
4840 ;;;### (autoloads nil "cc-mode" "modes/cc-mode.el" (12964 17751)) | 4840 ;;;### (autoloads nil "cc-mode" "modes/cc-mode.el" (12964 17751)) |
4841 ;;; Generated autoloads from modes/cc-mode.el | 4841 ;;; Generated autoloads from modes/cc-mode.el |
4842 | 4842 |
4843 (autoload 'c-mode "cc-mode" "\ | |
4844 Major mode for editing K&R and ANSI C code. | |
4845 To submit a problem report, enter `\\[c-submit-bug-report]' from a | |
4846 c-mode buffer. This automatically sets up a mail buffer with version | |
4847 information already added. You just need to add a description of the | |
4848 problem, including a reproducible test case and send the message. | |
4849 | |
4850 To see what version of cc-mode you are running, enter `\\[c-version]'. | |
4851 | |
4852 The hook variable `c-mode-hook' is run with no args, if that value is | |
4853 bound and has a non-nil value. Also the hook `c-mode-common-hook' is | |
4854 run first. | |
4855 | |
4856 Key bindings: | |
4857 \\{c-mode-map}" t nil) | |
4858 | |
4859 (autoload 'c++-mode "cc-mode" "\ | |
4860 Major mode for editing C++ code. | |
4861 To submit a problem report, enter `\\[c-submit-bug-report]' from a | |
4862 c++-mode buffer. This automatically sets up a mail buffer with | |
4863 version information already added. You just need to add a description | |
4864 of the problem, including a reproducible test case, and send the | |
4865 message. | |
4866 | |
4867 To see what version of cc-mode you are running, enter `\\[c-version]'. | |
4868 | |
4869 The hook variable `c++-mode-hook' is run with no args, if that | |
4870 variable is bound and has a non-nil value. Also the hook | |
4871 `c-mode-common-hook' is run first. | |
4872 | |
4873 Key bindings: | |
4874 \\{c++-mode-map}" t nil) | |
4875 | |
4876 (autoload 'objc-mode "cc-mode" "\ | |
4877 Major mode for editing Objective C code. | |
4878 To submit a problem report, enter `\\[c-submit-bug-report]' from an | |
4879 objc-mode buffer. This automatically sets up a mail buffer with | |
4880 version information already added. You just need to add a description | |
4881 of the problem, including a reproducible test case, and send the | |
4882 message. | |
4883 | |
4884 To see what version of cc-mode you are running, enter `\\[c-version]'. | |
4885 | |
4886 The hook variable `objc-mode-hook' is run with no args, if that value | |
4887 is bound and has a non-nil value. Also the hook `c-mode-common-hook' | |
4888 is run first. | |
4889 | |
4890 Key bindings: | |
4891 \\{objc-mode-map}" t nil) | |
4892 | |
4893 (autoload 'java-mode "cc-mode" "\ | |
4894 Major mode for editing Java code. | |
4895 To submit a problem report, enter `\\[c-submit-bug-report]' from an | |
4896 java-mode buffer. This automatically sets up a mail buffer with | |
4897 version information already added. You just need to add a description | |
4898 of the problem, including a reproducible test case and send the | |
4899 message. | |
4900 | |
4901 To see what version of cc-mode you are running, enter `\\[c-version]'. | |
4902 | |
4903 The hook variable `java-mode-hook' is run with no args, if that value | |
4904 is bound and has a non-nil value. Also the common hook | |
4905 `c-mode-common-hook' is run first. Note that this mode automatically | |
4906 sets the \"java\" style before calling any hooks so be careful if you | |
4907 set styles in `c-mode-common-hook'. | |
4908 | |
4909 Key bindings: | |
4910 \\{java-mode-map}" t nil) | |
4911 | |
4912 (autoload 'c-set-style "cc-mode" "\ | |
4913 Set cc-mode variables to use one of several different indentation styles. | |
4914 STYLENAME is a string representing the desired style from the list of | |
4915 styles described in the variable `c-style-alist'. See that variable | |
4916 for details of setting up styles." t nil) | |
4917 | |
4843 (fset 'set-c-style 'c-set-style) | 4918 (fset 'set-c-style 'c-set-style) |
4844 | 4919 |
4845 ;;;*** | 4920 ;;;*** |
4846 | 4921 |
4847 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "modes/cl-indent.el" (12885 62552)) | 4922 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "modes/cl-indent.el" (12885 62552)) |
5297 | 5372 |
5298 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el" (12906 6853)) | 5373 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el" (12906 6853)) |
5299 ;;; Generated autoloads from modes/ksh-mode.el | 5374 ;;; Generated autoloads from modes/ksh-mode.el |
5300 | 5375 |
5301 (autoload 'ksh-mode "ksh-mode" "\ | 5376 (autoload 'ksh-mode "ksh-mode" "\ |
5302 ksh-mode $Revision: 1.1.1.2 $ - Major mode for editing (Bourne, Korn or Bourne again) | 5377 ksh-mode $Revision: 1.1.1.3 $ - Major mode for editing (Bourne, Korn or Bourne again) |
5303 shell scripts. | 5378 shell scripts. |
5304 Special key bindings and commands: | 5379 Special key bindings and commands: |
5305 \\{ksh-mode-map} | 5380 \\{ksh-mode-map} |
5306 Variables controlling indentation style: | 5381 Variables controlling indentation style: |
5307 ksh-indent | 5382 ksh-indent |