emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/cus-dep.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-dep.el
Date: Wed, 18 Sep 2002 12:01:23 -0400

Index: emacs/lisp/cus-dep.el
diff -c emacs/lisp/cus-dep.el:1.17 emacs/lisp/cus-dep.el:1.18
*** emacs/lisp/cus-dep.el:1.17  Mon Jul 16 08:22:58 2001
--- emacs/lisp/cus-dep.el       Wed Sep 18 12:01:21 2002
***************
*** 86,91 ****
--- 86,93 ----
              (let ((members (get symbol 'custom-group))
                    item where found)
                (when members
+                 ;; So x and no-x builds won't differ.
+                 (setq members (sort (copy-sequence members) 'string<))
                  (while members
                    (setq item (car (car members))
                          members (cdr members)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]