emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/jit-spell 021e315735 1/7: No need to require the seq li


From: ELPA Syncer
Subject: [elpa] externals/jit-spell 021e315735 1/7: No need to require the seq library
Date: Sun, 5 Mar 2023 07:57:56 -0500 (EST)

branch: externals/jit-spell
commit 021e31573536fc8276c6075b469b71fd10792ab3
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>

    No need to require the seq library
    
    It's preloaded in Emacs 29 and already required by compat.
---
 jit-spell.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/jit-spell.el b/jit-spell.el
index 4e65f8eb56..35ff92aaf1 100644
--- a/jit-spell.el
+++ b/jit-spell.el
@@ -29,7 +29,6 @@
 
 (require 'compat)
 (require 'ispell)
-(require 'seq)
 (eval-when-compile (require 'subr-x))
 
 (defgroup jit-spell nil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]