diff lisp/cus-edit.el @ 65736:d87f6cfbe849

(custom-buffer-sort-alphabetically): Default to nil.
author Juri Linkov <juri@jurta.org>
date Thu, 29 Sep 2005 23:00:45 +0000
parents ed770a0a7846
children cd540036e3a8 b1c1fc853d2f
line wrap: on
line diff
--- 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)