From 94b78162f304b5eb4cb0efd9ff1369c142617d1e Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Sun, 19 May 2019 01:04:09 +0900 Subject: [PATCH] Fix macro expansion --- php-mode-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-mode-test.el b/php-mode-test.el index 626f7df2..c407fda3 100644 --- a/php-mode-test.el +++ b/php-mode-test.el @@ -159,7 +159,7 @@ file name and check that the faces of the fonts in the buffer match." `(should (equal (php-mode-test--parse-list-file (concat (expand-file-name ,file php-mode-test-dir) - ,(if (eq t faces) ".faces" faces))) + (if (eq t ,faces) ".faces" ,faces))) (php-mode-test--buffer-face-list (current-buffer))))) (goto-char (point-min)) (let ((case-fold-search nil))