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