# HG changeset patch # User Juri Linkov # Date 1128034845 0 # Node ID d87f6cfbe84922169846174ecc3be8f34dd225b3 # Parent 9bfed8eb991bd92592e5eb8cfb2bdd73500c07c3 (custom-buffer-sort-alphabetically): Default to nil. diff -r 9bfed8eb991b -r d87f6cfbe849 lisp/cus-edit.el --- a/lisp/cus-edit.el Thu Sep 29 22:58:48 2005 +0000 +++ b/lisp/cus-edit.el Thu Sep 29 23:00:45 2005 +0000 @@ -670,7 +670,7 @@ :type 'boolean :group 'custom-browse) -(defcustom custom-buffer-sort-alphabetically t +(defcustom custom-buffer-sort-alphabetically nil "If non-nil, sort members of each customization group alphabetically." :type 'boolean :group 'custom-buffer)