From 7ae0a24c87c2bbefe78717d5e89cf3fe14f4af4c Mon Sep 17 00:00:00 2001 From: Michael Albinus <michael.albinus@gmx.de> Date: Thu, 10 Jan 2019 13:27:34 +0100 Subject: 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. --- test/lisp/custom-resources/custom--test-theme.el | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/lisp/custom-resources/custom--test-theme.el (limited to 'test/lisp/custom-resources') diff --git a/test/lisp/custom-resources/custom--test-theme.el b/test/lisp/custom-resources/custom--test-theme.el new file mode 100644 index 00000000000..da9121e0a0a --- /dev/null +++ b/test/lisp/custom-resources/custom--test-theme.el @@ -0,0 +1,9 @@ +(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) -- cgit v1.2.3