Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/cc-mode/auto-autoloads.el Mon Aug 13 09:53:23 2007 +0200 +++ b/lisp/cc-mode/auto-autoloads.el Mon Aug 13 09:54:23 2007 +0200 @@ -1,6 +1,5 @@ ;;; DO NOT MODIFY THIS FILE -(if (not (featurep 'cc-mode-autoloads)) - (progn +(if (featurep 'cc-mode-autoloads) (error "Already loaded")) ;;;### (autoloads nil "cc-langs" "cc-mode/cc-langs.el") @@ -144,4 +143,3 @@ ;;;*** (provide 'cc-mode-autoloads) -))