From: Reuben Thomas Date: Sun, 4 Dec 2016 21:47:02 +0000 (+0000) Subject: Remove unused constant X-Git-Tag: emacs-26.0.90~1095 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3affed01e15e54ca240aecea32d4fc1e329b21ea;p=emacs.git Remove unused constant * lisp/textmodes/ispell.el (ispell-required-version): Remove. --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 2f91ec278bb..b3fee99b361 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -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.")