From 9b202948a3801783c7f502145c97ba652fc405a4 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 5 Dec 2016 21:11:52 +0000 Subject: [PATCH 22/23] Remove unused variable * lisp/textmodes/ispell.el (current-ispell-directory): Remove. --- lisp/textmodes/ispell.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index c55d316..6733c75 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -2768,8 +2768,6 @@ ispell-init-process (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 -- 2.7.4