branch: elpa/gnuplot
commit edd779acc4686250eb05bd49d39fa2d68f61af4a
Author: joddie <[email protected]>
Commit: joddie <[email protected]>
Fix context tests for syntax-propertize
---
gnuplot-test-context.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnuplot-test-context.el b/gnuplot-test-context.el
index af19afa..f8b6c5c 100644
--- a/gnuplot-test-context.el
+++ b/gnuplot-test-context.el
@@ -19,6 +19,7 @@
(with-temp-buffer
(gnuplot-mode)
(insert string)
+ (syntax-propertize (point-max))
(goto-char (point-max))
(gnuplot-tokenize)))