Mercurial > hg > xemacs-beta
diff lisp/leim/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 | 85ec50267440 |
children | 489f57a838ef |
line wrap: on
line diff
--- a/lisp/leim/auto-autoloads.el Mon Aug 13 09:53:23 2007 +0200 +++ b/lisp/leim/auto-autoloads.el Mon Aug 13 09:54:23 2007 +0200 @@ -1,9 +1,6 @@ ;;; DO NOT MODIFY THIS FILE -(if (not (featurep 'leim-autoloads)) - (progn +(if (featurep 'leim-autoloads) (error "Already loaded")) -(provide 'leim-autoloads) -)) ;;;### (autoloads (quail-use-package) "quail" "leim/quail.el") @@ -12,3 +9,5 @@ The remaining arguments are libraries to be loaded before using the package." nil nil) ;;;*** + +(provide 'leim-autoloads)