changeset 38432:4bbb59858499

(set-variable): Require 'cus-edit' instead of `wid-edit', so that the Custom widgets get defined.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 16 Jul 2001 11:52:56 +0000
parents 853c3674f20a
children 02ea605273b3
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Mon Jul 16 11:39:42 2001 +0000
+++ b/lisp/simple.el	Mon Jul 16 11:52:56 2001 +0000
@@ -3530,7 +3530,7 @@
   (let ((type (get var 'custom-type)))
     (when type
       ;; Match with custom type.
-      (require 'wid-edit)
+      (require 'cus-edit)
       (setq type (widget-convert type))
       (unless (widget-apply type :match val)
 	(error "Value `%S' does not match type %S of %S"