Mercurial > hg > xemacs-beta
diff lisp/custom/widget.el @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | 0d2f883870bc |
children | a145efe76779 |
line wrap: on
line diff
--- a/lisp/custom/widget.el Mon Aug 13 09:13:58 2007 +0200 +++ b/lisp/custom/widget.el Mon Aug 13 09:15:11 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.