From 73adabad207e4a33a379e6a7fa18e725ee952bda Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 23 Apr 2026 00:06:19 +0200 Subject: Remove redundant seq version verification kludge from magit-base.el That library requires `magit-section', which performs the extended version of this kludge. --- lisp/magit-base.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lisp/magit-base.el b/lisp/magit-base.el index 415b707..eff5af0 100644 --- a/lisp/magit-base.el +++ b/lisp/magit-base.el @@ -43,15 +43,6 @@ (require 'llama) ; For (##these ...) see M-x describe-function RET # # RET. (require 'subr-x) -;; For older Emacs releases we depend on an updated `seq' release from -;; GNU ELPA, for `seq-keep'. Unfortunately something else may already -;; have required `seq', before `package' had a chance to put the more -;; recent version earlier on the `load-path'. -(when (and (featurep 'seq) - (not (fboundp 'seq-keep))) - (unload-feature 'seq 'force)) -(require 'seq) - (require 'crm) (require 'magit-section) -- cgit v1.0