diff lisp/x11/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 15872534500d
children a2f645c6b9f8
line wrap: on
line diff
--- a/lisp/x11/auto-autoloads.el	Mon Aug 13 09:53:23 2007 +0200
+++ b/lisp/x11/auto-autoloads.el	Mon Aug 13 09:54:23 2007 +0200
@@ -1,6 +1,5 @@
 ;;; DO NOT MODIFY THIS FILE
-(if (not (featurep 'x11-autoloads))
-    (progn
+(if (featurep 'x11-autoloads) (error "Already loaded"))
 
 ;;;### (autoloads (font-menu-weight-constructor font-menu-size-constructor font-menu-family-constructor reset-device-font-menus) "x-font-menu" "x11/x-font-menu.el")
 
@@ -30,4 +29,3 @@
 ;;;***
 
 (provide 'x11-autoloads)
-))