Mercurial > emacs
changeset 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 | 9bfed8eb991b |
children | ba57763a7f98 |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)