diff options
| author | Juri Linkov | 2005-09-29 23:03:32 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-09-29 23:03:32 +0000 |
| commit | 477ca0e8919b2bee05fb17fdb2b04fdae5b4f5b0 (patch) | |
| tree | ea91778f7321b59d18a01f91d805c07363dcdde8 /lisp/cus-edit.el | |
| parent | fa6674e31fb675363d4d7cc63f75f82ee69ad0b6 (diff) | |
| download | emacs-477ca0e8919b2bee05fb17fdb2b04fdae5b4f5b0.tar.gz emacs-477ca0e8919b2bee05fb17fdb2b04fdae5b4f5b0.zip | |
(custom-buffer-sort-alphabetically): Default to nil.
Diffstat (limited to 'lisp/cus-edit.el')
| -rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index eb6656a426d..8f88e4d049c 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -670,7 +670,7 @@ If `last', order groups after non-groups." | |||
| 670 | :type 'boolean | 670 | :type 'boolean |
| 671 | :group 'custom-browse) | 671 | :group 'custom-browse) |
| 672 | 672 | ||
| 673 | (defcustom custom-buffer-sort-alphabetically t | 673 | (defcustom custom-buffer-sort-alphabetically nil |
| 674 | "If non-nil, sort members of each customization group alphabetically." | 674 | "If non-nil, sort members of each customization group alphabetically." |
| 675 | :type 'boolean | 675 | :type 'boolean |
| 676 | :group 'custom-buffer) | 676 | :group 'custom-buffer) |