]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unused variable
authorReuben Thomas <rrt@sc3d.org>
Mon, 5 Dec 2016 21:11:52 +0000 (21:11 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 13 Dec 2016 19:43:49 +0000 (19:43 +0000)
* lisp/textmodes/ispell.el (current-ispell-directory): Remove.

lisp/textmodes/ispell.el

index c55d316c4e2c0e9d2c8ddb1690b7dbde9fba92d9..6733c75e1fa0fe7bf00a360bda02b2fa9522dfd0 100644 (file)
@@ -2768,8 +2768,6 @@ Keeps argument list for future Ispell invocations for no async support."
   (let* (;; Basename of dictionary used by the spell-checker
         (dict-bname (or (car (cdr (member "-d" (ispell-get-ispell-args))))
                         ispell-current-dictionary))
-        ;; The directory where process was started.
-        (current-ispell-directory default-directory) ;FIXME: Unused?
         ;; The default directory for the process.
         ;; Use "~/" as default-directory unless using Ispell with per-dir
         ;; personal dictionaries