]> git.eshelyaron.com Git - emacs.git/commit
Fix custom-available-themes file expansion
authorBasil L. Contovounesios <contovob@tcd.ie>
Mon, 4 Jun 2018 01:12:33 +0000 (02:12 +0100)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 13 Jul 2018 15:28:16 +0000 (11:28 -0400)
commit70d702d3b1c40f72059bb5694bd805b1c65d141d
treecb59139dbdde17172e36b649a598db478829a498
parent530aa469a4de7b4800557ae783f6c450df59a5b4
Fix custom-available-themes file expansion

For discussion, see thread starting at
https://lists.gnu.org/archive/html/emacs-devel/2018-05/msg00222.html.
* lisp/custom.el: (custom-available-themes): Use directory-files
instead of performing arbitrary wildcard expansion in file names.
(custom-theme--load-path): Document return value.
* test/lisp/custom-tests.el: New file.
(custom-theme--load-path): New test.
lisp/custom.el
test/lisp/custom-tests.el [new file with mode: 0644]