Skip to content

Commit 92b5818

Browse files
committed
Apply more suggestions from magit
Also apply these suggestions: Once you have done that, you have to explicitly upgrade ‘seq’: M-x package-upgrade seq \‘RET’ Then you also must make sure the updated version is loaded, by evaluating this form: (progn (unload-feature ’seq t) (require ’seq)) Change-Id: I51dcbfdea7b575c17adff616bcd1a17487bd732a
1 parent 86175c9 commit 92b5818

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ EMACS="${EMACS:=emacs}"
88
INIT_PACKAGE_EL="(progn
99
(require 'package)
1010
(setq package-install-upgrade-built-in t)
11+
(package-install 'seq)
12+
(progn (unload-feature 'seq t) (require 'seq))
1113
(push '(\"melpa\" . \"https://melpa.org/packages/\") package-archives)
1214
(package-initialize))"
1315

0 commit comments

Comments
 (0)