diff options
Diffstat (limited to 'test/ess-test-r-mode.el')
| -rw-r--r-- | test/ess-test-r-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ess-test-r-mode.el b/test/ess-test-r-mode.el index 2173e43..232c683 100644 --- a/test/ess-test-r-mode.el +++ b/test/ess-test-r-mode.el @@ -20,7 +20,7 @@ "Backticked symbols are not fontified as strings." :case "¶`f¶oo¶`" (setq-local font-lock-syntactic-face-function - 'inferior-ess-r-font-lock-syntactic-face-function) + #'inferior-ess-r-font-lock-syntactic-face-function) (font-lock-ensure) (should (not (face-at-point)))) |
