Blame emacs-24.3-hunspell.2.patch
|
Petr Hracek |
392f47 |
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
|
|
Petr Hracek |
392f47 |
index 7167dc9..c8f2cd7 100644
|
|
Petr Hracek |
392f47 |
--- a/lisp/textmodes/ispell.el
|
|
Petr Hracek |
392f47 |
+++ b/lisp/textmodes/ispell.el
|
|
Petr Hracek |
392f47 |
@@ -1177,7 +1177,7 @@ aspell is used along with Emacs).")
|
|
Petr Hracek |
392f47 |
;; Unless default dict, re-add "-d" option with the mapped value
|
|
Petr Hracek |
392f47 |
(if dict-name
|
|
Petr Hracek |
392f47 |
(if dict-equiv
|
|
Petr Hracek |
392f47 |
- (nconc ispell-args (list "-d" dict-equiv))
|
|
Petr Hracek |
392f47 |
+ (setq ispell-args (nconc ispell-args (list "-d" dict-equiv)))
|
|
Petr Hracek |
392f47 |
(message
|
|
Petr Hracek |
392f47 |
"ispell-set-spellchecker-params: Missing hunspell equiv for \"%s\". Skipping."
|
|
Petr Hracek |
392f47 |
dict-name)
|