From e7c5c5126e32d3424f40a4ee351c3ca9409dc3d9 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sun, 4 Dec 2016 21:47:02 +0000 Subject: [PATCH 17/23] Remove unused constant * lisp/textmodes/ispell.el (ispell-required-version): Remove. --- lisp/textmodes/ispell.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 2f91ec2..b3fee99 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -673,10 +673,6 @@ ispell-dicts-name2locale-equivs-alist -;; 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.") -- 2.7.4