From 2668bb47b03230400f94855a58b81a516b46acc5 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Wed, 4 Nov 2020 08:50:25 +0000 Subject: [PATCH] Remove unused variable in ispell.el (thanks, Stefan Kangas) * lisp/textmodes/ispell.el (ispell-check-version): Remove unused variable `speller'. --- lisp/textmodes/ispell.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.2