Skip to content

Commit 3156840

Browse files
committed
Remove code that depended on lack of font-lock-syntactic-keywords
The variable exists since Emacs 21 at least, so this check serves no purpose.
1 parent bd3f3c6 commit 3156840

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

purescript-font-lock.el

-11
Original file line numberDiff line numberDiff line change
@@ -262,17 +262,6 @@ Returns keywords suitable for `font-lock-keywords'."
262262
(,sym 0 (if (eq (char-after (match-beginning 0)) ?:)
263263
purescript-constructor-face
264264
purescript-operator-face))))
265-
(unless (boundp 'font-lock-syntactic-keywords)
266-
(cl-case literate
267-
(bird
268-
(setq keywords
269-
`(("^[^>\n].*$" 0 purescript-comment-face t)
270-
,@keywords
271-
("^>" 0 purescript-default-face t))))
272-
((latex tex)
273-
(setq keywords
274-
`((purescript-fl-latex-comments 0 'font-lock-comment-face t)
275-
,@keywords)))))
276265
keywords))
277266

278267
;; The next three aren't used in Emacs 21.

0 commit comments

Comments
 (0)