aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/use-package/use-package-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/use-package/use-package-tests.el b/test/lisp/use-package/use-package-tests.el
index c4030b04608..3e3e5a72a13 100644
--- a/test/lisp/use-package/use-package-tests.el
+++ b/test/lisp/use-package/use-package-tests.el
@@ -1125,7 +1125,7 @@
1125 (match-expansion 1125 (match-expansion
1126 (use-package foo :custom-face (foo ((t (:background "#e4edfc"))))) 1126 (use-package foo :custom-face (foo ((t (:background "#e4edfc")))))
1127 `(progn 1127 `(progn
1128 (custom-set-faces '(foo ((t (:background "#e4edfc"))))) 1128 (custom-set-faces (backquote (foo ((t (:background "#e4edfc"))))))
1129 (require 'foo nil nil)))) 1129 (require 'foo nil nil))))
1130 1130
1131(ert-deftest use-package-test/:init-1 () 1131(ert-deftest use-package-test/:init-1 ()