Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2bb5649e
Commit
2bb5649e
authored
Mar 07, 2011
by
Chong Yidong
Browse files
* lisp/custom.el (custom-available-themes): Return themes in alphabetical order.
parent
0d53df48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/custom.el
lisp/custom.el
+1
-1
No files found.
lisp/ChangeLog
View file @
2bb5649e
2011-03-08 Chong Yidong <cyd@stupidchicken.com>
* custom.el (custom-available-themes): Return themes in
alphabetical order.
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
...
...
lisp/custom.el
View file @
2bb5649e
...
...
@@ -1219,7 +1219,7 @@ NAME should be a symbol."
(
setq
sym
(
intern
(
match-string
1
file
)))
(
custom-theme-name-valid-p
sym
)
(
push
sym
themes
)))))
(
delete-dups
themes
)))
(
nreverse
(
delete-dups
themes
)))
)
(
defun
custom-theme--load-path
()
(
let
(
lpath
)
...
...
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