diff options
| author | Reuben Thomas | 2016-12-04 21:47:02 +0000 |
|---|---|---|
| committer | Reuben Thomas | 2016-12-13 19:43:49 +0000 |
| commit | 3affed01e15e54ca240aecea32d4fc1e329b21ea (patch) | |
| tree | 031e995d34bc8a750430e41f1d7be177c2cadf34 | |
| parent | 8315d50bce7661dd56eaa745b3f893c7862a1748 (diff) | |
| download | emacs-3affed01e15e54ca240aecea32d4fc1e329b21ea.tar.gz emacs-3affed01e15e54ca240aecea32d4fc1e329b21ea.zip | |
Remove unused constant
* lisp/textmodes/ispell.el (ispell-required-version): Remove.
| -rw-r--r-- | lisp/textmodes/ispell.el | 4 |
1 files changed, 0 insertions, 4 deletions
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.") | |||
| 673 | 673 | ||
| 674 | 674 | ||
| 675 | 675 | ||
| 676 | ;; The version must be 3.1 or greater for this version of ispell.el | ||
| 677 | ;; There is an incompatibility between version 3.1.12 and lower versions. | ||
| 678 | (defconst ispell-required-version '(3 1 12) | ||
| 679 | "Ispell versions with which this version of ispell.el is known to work.") | ||
| 680 | (defvar ispell-offset -1 | 676 | (defvar ispell-offset -1 |
| 681 | "Offset that maps protocol differences between ispell 3.1 versions.") | 677 | "Offset that maps protocol differences between ispell 3.1 versions.") |
| 682 | 678 | ||