Skip to content

Commit

Permalink
Add lexical-cast to test-tracking.el
Browse files Browse the repository at this point in the history
Buttercup 1.34 requires lexical-cast: t in all files defining
buttercup test suites for Emacs >= 29.
It was already documented as a requirement, but was only actually
required for some specific functionality.  The introduction of
Oclosures for Emacs versions that support them made it a hard
requirement.
  • Loading branch information
snogge committed Mar 5, 2024
1 parent 7044e07 commit 0bb4ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-tracking.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; Automated tests for tracking.el
;;; test-tracking.el --- Automated tests for tracking.el -*- lexical-binding: t; -*-

(require 'tracking)

Expand Down

0 comments on commit 0bb4ee8

Please sign in to comment.