Skip to content

Commit b04217b

Browse files
committed
Declare variable locally to satisfy byte compiler
1 parent e15125d commit b04217b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

purescript-font-lock.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@ that should be commented under LaTeX-style literate scripts."
362362
(defvar purescript-font-lock-seen-docstring nil)
363363
(make-variable-buffer-local 'purescript-font-lock-seen-docstring)
364364

365+
(defvar purescript-literate)
366+
365367
(defun purescript-syntactic-face-function (state)
366368
"`font-lock-syntactic-face-function' for PureScript."
367369
(cond

0 commit comments

Comments
 (0)