Skip to content

Commit af0e518

Browse files
snoggebbatsov
authored andcommitted
Set lexical-binding in clojure-mode-font-lock-test.el
Must have been moved to the second line by a well-meaning fill operation. Unfortunately, it has no effect on the second line and the tests broke on buttercup 1.34.
1 parent 3792e08 commit af0e518

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/clojure-mode-font-lock-test.el

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
;;; clojure-mode-font-lock-test.el --- Clojure Mode: Font lock test suite
2-
;; -*- lexical-binding: t; -*-
1+
;;; clojure-mode-font-lock-test.el --- Clojure Mode: Font lock test suite -*- lexical-binding: t; -*-
32

43
;; Copyright (C) 2014-2021 Bozhidar Batsov <[email protected]>
54

0 commit comments

Comments
 (0)