Remove unused variable in ispell.el (thanks, Stefan Kangas)

* lisp/textmodes/ispell.el (ispell-check-version): Remove unused
variable `speller'.
This commit is contained in:
Reuben Thomas 2020-11-04 08:50:25 +00:00
parent f7ea667b54
commit 2668bb47b0

View file

@ -685,9 +685,7 @@ Otherwise returns the library directory name, if that is defined."
(setq status (ispell-call-process
ispell-program-name nil t nil
(let ((case-fold-search
(memq system-type '(ms-dos windows-nt)))
(speller
(file-name-nondirectory ispell-program-name)))
(memq system-type '(ms-dos windows-nt))))
"-vv")))
(goto-char (point-min))
(if interactivep