diff options
Diffstat (limited to 'test/literate/fontification.el')
| -rw-r--r-- | test/literate/fontification.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/literate/fontification.el b/test/literate/fontification.el index 41bed7c..f3e6827 100644 --- a/test/literate/fontification.el +++ b/test/literate/fontification.el @@ -1,5 +1,6 @@ -(defun face-at-point () - (get-char-property (point) 'face)) +;; -*- lexical-binding: t; -*- +;; (defun face-at-point () +;; (get-char-property (point) 'face)) (defmacro with-ess-toggled-font-lock-keyword (enable keywords &rest body) (declare (indent 2) |
