# HG changeset patch # User Gerd Moellmann # Date 995284376 0 # Node ID 4bbb598584990c167e0d862eb333d0b895949f6c # Parent 853c3674f20ac103c6412f742df5e4b2060d9636 (set-variable): Require 'cus-edit' instead of `wid-edit', so that the Custom widgets get defined. diff -r 853c3674f20a -r 4bbb59858499 lisp/simple.el --- 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"