Skip to content

Commit

Permalink
Set lexical-binding in clojure-mode-font-lock-test.el
Browse files Browse the repository at this point in the history
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.
snogge authored and bbatsov committed Mar 5, 2024
1 parent 3792e08 commit af0e518
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/clojure-mode-font-lock-test.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
;;; clojure-mode-font-lock-test.el --- Clojure Mode: Font lock test suite
;; -*- lexical-binding: t; -*-
;;; clojure-mode-font-lock-test.el --- Clojure Mode: Font lock test suite -*- lexical-binding: t; -*-

;; Copyright (C) 2014-2021 Bozhidar Batsov <bozhidar@batsov.dev>

0 comments on commit af0e518

Please sign in to comment.