diff options
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index ce5a5720854..0a82bf5a2d4 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -1076,7 +1076,7 @@ dictionary from that list was found." | |||
| 1076 | (split-string | 1076 | (split-string |
| 1077 | (with-temp-buffer | 1077 | (with-temp-buffer |
| 1078 | (ispell-call-process ispell-program-name | 1078 | (ispell-call-process ispell-program-name |
| 1079 | null-device | 1079 | nil |
| 1080 | t | 1080 | t |
| 1081 | nil | 1081 | nil |
| 1082 | "-D" | 1082 | "-D" |