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