From bb455d0daad89f5d895232f66c26a7fee6bb9bc8 Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Thu, 1 Jul 2021 13:01:00 +0200 Subject: [PATCH] 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. --- lisp/textmodes/ispell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2