Mercurial > hg > xemacs-beta
comparison lisp/cc-mode/auto-autoloads.el @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | bfd6434d15b3 |
children | 489f57a838ef |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | 1 ;;; DO NOT MODIFY THIS FILE |
2 (if (not (featurep 'cc-mode-autoloads)) | 2 (if (featurep 'cc-mode-autoloads) (error "Already loaded")) |
3 (progn | |
4 | 3 |
5 ;;;### (autoloads nil "cc-langs" "cc-mode/cc-langs.el") | 4 ;;;### (autoloads nil "cc-langs" "cc-mode/cc-langs.el") |
6 | 5 |
7 (defvar c-mode-syntax-table nil "\ | 6 (defvar c-mode-syntax-table nil "\ |
8 Syntax table used in c-mode buffers.") | 7 Syntax table used in c-mode buffers.") |
142 `c-offsets-alist' if it doesn't already appear there." t nil) | 141 `c-offsets-alist' if it doesn't already appear there." t nil) |
143 | 142 |
144 ;;;*** | 143 ;;;*** |
145 | 144 |
146 (provide 'cc-mode-autoloads) | 145 (provide 'cc-mode-autoloads) |
147 )) |