Skip to content

Commit 8a1e6cc

Browse files
committed
Add lexical-binding cookies to test files in test projects that use Buttercup, as it would otherwise fail on them starting with version 1.34 (reported as issue #100).
1 parent be713dd commit 8a1e6cc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/project-e/test/project-e.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
;; -*- lexical-binding: t -*-
2+
13
(require 'project-e)
24
(require 'buttercup)
35

test/project-i/test/buttercup.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
;; -*- lexical-binding: t -*-
2+
13
(require 'project-i)
24
(require 'project-i-advanced)
35
(require 'buttercup)

0 commit comments

Comments
 (0)