Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1625d379
Commit
1625d379
authored
Mar 31, 2010
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
parent
1d29df59
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/cus-edit.el
lisp/cus-edit.el
+2
-1
No files found.
lisp/ChangeLog
View file @
1625d379
2010-03-31 Chong Yidong <cyd@stupidchicken.com>
* cus-edit.el (custom-buffer-sort-alphabetically): Update
:version.
2010-03-31 Juri Linkov <juri@jurta.org>
* simple.el (next-line, previous-line): Re-throw a signal
...
...
lisp/cus-edit.el
View file @
1625d379
...
...
@@ -675,7 +675,8 @@ If `last', order groups after non-groups."
(
defcustom
custom-buffer-sort-alphabetically
t
"Whether to sort customization groups alphabetically in Custom buffer."
:type
'boolean
:group
'custom-buffer
)
:group
'custom-buffer
:version
"24.1"
)
(
defcustom
custom-buffer-order-groups
'last
"If non-nil, order group members within each customization group.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment