Mercurial > hg > xemacs-beta
diff lisp/custom/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 | 8eaf7971accc |
children | a2f645c6b9f8 |
line wrap: on
line diff
--- a/lisp/custom/auto-autoloads.el Mon Aug 13 09:53:23 2007 +0200 +++ b/lisp/custom/auto-autoloads.el Mon Aug 13 09:54:23 2007 +0200 @@ -1,6 +1,5 @@ ;;; DO NOT MODIFY THIS FILE -(if (not (featurep 'custom-autoloads)) - (progn +(if (featurep 'custom-autoloads) (error "Already loaded")) ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all customize-save-customized customize-browse custom-buffer-create-other-window custom-buffer-create customize-apropos-groups customize-apropos-faces customize-apropos-options customize-apropos customize-saved customize-customized customize-face-other-window customize-face customize-option-other-window customize-option customize-group-other-window customize-group customize customize-save-variable customize-set-variable customize-set-value) "cus-edit" "custom/cus-edit.el") @@ -192,4 +191,3 @@ ;;;*** (provide 'custom-autoloads) -))