Skip to content

Commit 52c8626

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 29e37c2 commit 52c8626

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clojure-mode-font-lock-test.el

Lines changed: 1 addition & 2 deletions
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 <bozhidar@batsov.dev>
54

0 commit comments

Comments
 (0)