]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unused constant
authorReuben Thomas <rrt@sc3d.org>
Sun, 4 Dec 2016 21:47:02 +0000 (21:47 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 13 Dec 2016 19:43:49 +0000 (19:43 +0000)
* lisp/textmodes/ispell.el (ispell-required-version): Remove.

lisp/textmodes/ispell.el

index 2f91ec278bb56ea1af691152f5c24ad78ed8e24e..b3fee99b3610ce5ea2b8c5ff9ff849a572705c3f 100644 (file)
@@ -673,10 +673,6 @@ here just for backwards compatibility.")
 
 
 
-;; The version must be 3.1 or greater for this version of ispell.el
-;; There is an incompatibility between version 3.1.12 and lower versions.
-(defconst ispell-required-version '(3 1 12)
-  "Ispell versions with which this version of ispell.el is known to work.")
 (defvar ispell-offset -1
   "Offset that maps protocol differences between ispell 3.1 versions.")