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

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

[elpa] externals/jit-spell 37bf6fad9d 3/3: Remove obsoletions


From: ELPA Syncer
Subject: [elpa] externals/jit-spell 37bf6fad9d 3/3: Remove obsoletions
Date: Sat, 11 Mar 2023 04:58:31 -0500 (EST)

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

    Remove obsoletions
---
 jit-spell.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/jit-spell.el b/jit-spell.el
index 8964b4b6f5..301705522c 100644
--- a/jit-spell.el
+++ b/jit-spell.el
@@ -105,14 +105,10 @@ to false positives when it is used as a quotation mark."
                  (const :tag "Yes" t)
                  (const :tag "No" nil)))
 
-(defvar jit-spell-delayed-commands nil)
-(make-obsolete-variable 'jit-spell-delayed-commands "Not necessary anymore" 
"0.2")
-
 (defvar jit-spell--ignored-p #'jit-spell--default-ignored-p
   "Predicate satisfied by words to ignore.
 It should be a function taking two arguments, the start and end
 positions of the word.")
-(make-obsolete-variable 'jit-spell-ignored-p 'jit-spell--ignored-p "0.2")
 
 (defvar jit-spell--filter-region #'jit-spell--filter-region
   "Function to extract regions of interest from the buffer.
@@ -496,7 +492,6 @@ the above)."
                (`(?b ,_) 'buffer)
                (`(?s ,_) 'session)))))
   (jit-lock-refontify))
-(define-obsolete-function-alias 'jit-spell-accept-word 'jit-spell--accept-word 
"0.2")
 
 (defun jit-spell-correct-word--next (arg)
   "Perform a spooky action at a distance."



reply via email to

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