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

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

[elpa] externals/jit-spell e746138b98 2/2: Explicitly require text-prope


From: ELPA Syncer
Subject: [elpa] externals/jit-spell e746138b98 2/2: Explicitly require text-property-search library
Date: Sat, 25 Mar 2023 15:58:35 -0400 (EDT)

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

    Explicitly require text-property-search library
---
 jit-spell.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jit-spell.el b/jit-spell.el
index fbc0d3ff52..ca576916fb 100644
--- a/jit-spell.el
+++ b/jit-spell.el
@@ -50,6 +50,7 @@
 (require 'cl-lib)
 (require 'compat)
 (require 'ispell)
+(require 'text-property-search)
 
 (defgroup jit-spell nil
   "Check spelling as you type."



reply via email to

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