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:
parent
f7ea667b54
commit
2668bb47b0
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue