diff lisp/custom/widget.el @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents 8fc7fe29b841
children 441bb1e64a06
line wrap: on
line diff
--- a/lisp/custom/widget.el	Mon Aug 13 08:50:31 2007 +0200
+++ b/lisp/custom/widget.el	Mon Aug 13 08:51:03 2007 +0200
@@ -4,7 +4,7 @@
 ;;
 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
 ;; Keywords: help, extensions, faces, hypermedia
-;; Version: 1.40
+;; Version: 1.44
 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/
 
 ;;; Commentary:
@@ -42,12 +42,12 @@
   :hide-rear-space) 
 
 ;; These autoloads should be deleted when the file is added to Emacs.
-(autoload 'widget-create "widget-edit")
-(autoload 'widget-insert "widget-edit")
-(autoload 'widget-browse "widget-browse" nil t)
-(autoload 'widget-browse-at "widget-browse" nil t)
+(unless (fboundp 'load-gc)
+  (autoload 'widget-create "widget-edit")
+  (autoload 'widget-insert "widget-edit")
+  (autoload 'widget-browse "widget-browse" nil t)
+  (autoload 'widget-browse-at "widget-browse" nil t))
 
-;;;###autoload
 (defun define-widget (name class doc &rest args)
   "Define a new widget type named NAME from CLASS.