summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
diff options
context:
space:
mode:
authorJim Porter <jporterbugs@gmail.com>2021-07-01 13:01:00 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-07-02 12:53:35 +0200
commitbb455d0daad89f5d895232f66c26a7fee6bb9bc8 (patch)
tree08f4d11fca098e5013536af4092153b0ba91e91b /lisp/textmodes/ispell.el
parentf449890508e8d52cc2029a34e55bfdb63c431c4b (diff)
downloademacs-bb455d0daad89f5d895232f66c26a7fee6bb9bc8.tar.gz
Don't pass 'null-device' to 'call-process' in ispell
* lisp/textmodes/ispell.el (ispell-find-hunspell-dictionaries): Replace 'null-device' with nil (bug#49283). This allows running a local ispell process when editing a buffer editing a file via Tramp.
Diffstat (limited to 'lisp/textmodes/ispell.el')
-rw-r--r--lisp/textmodes/ispell.el2
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."
(split-string
(with-temp-buffer
(ispell-call-process ispell-program-name
- null-device
+ nil
t
nil
"-D"