emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master bb455d0 1/5: Don't pass 'null-device' to 'call-process' in ispell


From: Lars Ingebrigtsen
Subject: master bb455d0 1/5: Don't pass 'null-device' to 'call-process' in ispell
Date: Fri, 2 Jul 2021 06:53:43 -0400 (EDT)

branch: master
commit bb455d0daad89f5d895232f66c26a7fee6bb9bc8
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 ce5a572..0a82bf5 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]