diff options
| author | Chong Yidong | 2010-03-31 18:22:17 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-03-31 18:22:17 -0400 |
| commit | 1625d379e06ecd5deb1c1f1d7201ce77be484163 (patch) | |
| tree | c04632a8b0324cc6fd67b4a41fe86d15d0ee8700 /lisp | |
| parent | 1d29df5994318178a5505946ec1c4c3c06a25c93 (diff) | |
| download | emacs-1625d379e06ecd5deb1c1f1d7201ce77be484163.tar.gz emacs-1625d379e06ecd5deb1c1f1d7201ce77be484163.zip | |
* cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/cus-edit.el | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 35e9f44d6c3..7a9fae9f412 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-03-31 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * cus-edit.el (custom-buffer-sort-alphabetically): Update | ||
| 4 | :version. | ||
| 5 | |||
| 1 | 2010-03-31 Juri Linkov <juri@jurta.org> | 6 | 2010-03-31 Juri Linkov <juri@jurta.org> |
| 2 | 7 | ||
| 3 | * simple.el (next-line, previous-line): Re-throw a signal | 8 | * simple.el (next-line, previous-line): Re-throw a signal |
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 399a6992f41..cb6e746f3b2 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -675,7 +675,8 @@ If `last', order groups after non-groups." | |||
| 675 | (defcustom custom-buffer-sort-alphabetically t | 675 | (defcustom custom-buffer-sort-alphabetically t |
| 676 | "Whether to sort customization groups alphabetically in Custom buffer." | 676 | "Whether to sort customization groups alphabetically in Custom buffer." |
| 677 | :type 'boolean | 677 | :type 'boolean |
| 678 | :group 'custom-buffer) | 678 | :group 'custom-buffer |
| 679 | :version "24.1") | ||
| 679 | 680 | ||
| 680 | (defcustom custom-buffer-order-groups 'last | 681 | (defcustom custom-buffer-order-groups 'last |
| 681 | "If non-nil, order group members within each customization group. | 682 | "If non-nil, order group members within each customization group. |