From af0e518a6b86f2c6f32dfb30b99c067071ed5cd4 Mon Sep 17 00:00:00 2001 From: Ola Nilsson Date: Tue, 5 Mar 2024 21:32:42 +0100 Subject: [PATCH] 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. --- test/clojure-mode-font-lock-test.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/clojure-mode-font-lock-test.el b/test/clojure-mode-font-lock-test.el index e25fb571..34771905 100644 --- a/test/clojure-mode-font-lock-test.el +++ b/test/clojure-mode-font-lock-test.el @@ -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