Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
94834bdf
Commit
94834bdf
authored
Dec 05, 2016
by
Reuben Thomas
Browse files
Remove unused variable
* lisp/textmodes/ispell.el (current-ispell-directory): Remove.
parent
6b5ac583
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
lisp/textmodes/ispell.el
lisp/textmodes/ispell.el
+0
-2
No files found.
lisp/textmodes/ispell.el
View file @
94834bdf
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment