Fix dependency sorting in custom-theme-set-variables.
authorChong Yidong <cyd@gnu.org>
Sat, 24 Nov 2012 03:46:29 +0000 (11:46 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 24 Nov 2012 03:46:29 +0000 (11:46 +0800)
commit0917cc542f31c47ee6cc4ecff85dc2a698d98873
tree7aee8454c1f0ae1a44659870f0fc123056220391
parentd125ca15f3751f36a1ec49e3d9f9de1735b43698
Fix dependency sorting in custom-theme-set-variables.

* lisp/custom.el (custom-theme-set-variables): Use a topological sort
for ordering by custom dependencies.
(custom--sort-vars, custom--sort-vars-1): New functions.

Fixes: debbugs:12952
lisp/ChangeLog
lisp/custom.el