emacs/test/lisp/custom-resources/custom--test-theme.el
Michael Albinus 7ae0a24c87 New test custom--test-theme-variables
* test/lisp/custom-tests.el (custom--test-user-option)
(custom--test-variable): New variables.
(custom--test-theme-variables): New test.

* test/lisp/custom-resources/custom--test-theme.el (custom--test):
New file.
2019-01-10 13:27:34 +01:00

9 lines
183 B
EmacsLisp

(deftheme custom--test
"A test theme.")
(custom-theme-set-variables
'custom--test
'(custom--test-user-option 'bar)
'(custom--test-variable 'bar))
(provide-theme 'custom--test)