diff options
Diffstat (limited to 'lisp/magit-base.el')
| -rw-r--r-- | lisp/magit-base.el | 9 |
1 files changed, 0 insertions, 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) |
