# HG changeset patch # User Markus Rost # Date 1041967520 0 # Node ID 7c84e7bb38790a9441d2547a35bb86ccb3e4099e # Parent 8f2b5f65ebd17d5d76cdb76c8d3c7803438d3736 (set-variable): Load deps of custom variables without type. diff -r 8f2b5f65ebd1 -r 7c84e7bb3879 lisp/simple.el --- a/lisp/simple.el Tue Jan 07 19:17:46 2003 +0000 +++ b/lisp/simple.el Tue Jan 07 19:25:20 2003 +0000 @@ -3690,6 +3690,9 @@ 'set-variable-value-history))))) (list var val current-prefix-arg))) + (and (custom-variable-p var) + (not (get var 'custom-type)) + (custom-load-symbol var)) (let ((type (get var 'custom-type))) (when type ;; Match with custom type.