Skip to content

Commit 90ef0b0

Browse files
authored
Add lexical binding to silence native compilation (#31)
* Use (use-region-p) instead of mark-active * Use lexical-binding is available * Yrying to fix cachix error in tests
1 parent cbcd0e5 commit 90ef0b0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ jobs:
1919
- 27.1
2020
- 27.2
2121
- 28.1
22+
- 28.2
23+
- 29.1
2224
- snapshot
2325
fail-fast: false
2426
steps:
2527
- uses: actions/checkout@v3
2628
- name: Set up Emacs
27-
uses: purcell/setup-emacs@v3.0
29+
uses: purcell/setup-emacs@master
2830
with:
2931
version: ${{ matrix.emacs_version }}
3032

move-text.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; move-text.el --- Move current line or region with M-up or M-down.
1+
;;; move-text.el --- Move current line or region with M-up or M-down. -*- lexical-binding: t; -*-
22

33
;; filename: move-text.el
44
;; Description: Move current line or region with M-up or M-down.

0 commit comments

Comments
 (0)