branch: elpa/d-mode
commit 0f3bf016ad44515eb796bcd8c2580fff59a2e2b8
Author: Vladimir Panteleev <[email protected]>
Commit: Vladimir Panteleev <[email protected]>
tests: Use an older variable name to fix pre-25.1 fontification tests
---
d-mode-test.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/d-mode-test.el b/d-mode-test.el
index 58ee5f4..a9cf858 100644
--- a/d-mode-test.el
+++ b/d-mode-test.el
@@ -264,7 +264,7 @@ If the resulting indentation ends up being different, raise
an error."
Compares fontification against a test file (same file name, with
a '.html' suffix). If the result ends up being different from
the reference file, raise an error."
- (let* ((hfy-optimizations '(body-text-only merge-adjacent-tags))
+ (let* ((hfy-optimisations '(body-text-only merge-adjacent-tags))
(actual (with-current-buffer (htmlfontify-buffer nil "test.d")
(buffer-string)))
(expected (with-temp-buffer
(insert-file-contents (concat filename ".html"))