From: Reuben Thomas Date: Wed, 4 Nov 2020 08:50:25 +0000 (+0000) Subject: Remove unused variable in ispell.el (thanks, Stefan Kangas) X-Git-Tag: emacs-28.0.90~5250 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2668bb47b03230400f94855a58b81a516b46acc5;p=emacs.git Remove unused variable in ispell.el (thanks, Stefan Kangas) * lisp/textmodes/ispell.el (ispell-check-version): Remove unused variable `speller'. --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index c185f9f2c81..3358cf1ba32 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -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