]> git.eshelyaron.com Git - emacs.git/commit
Don't pass 'null-device' to 'call-process' in ispell
authorJim Porter <jporterbugs@gmail.com>
Thu, 1 Jul 2021 11:01:00 +0000 (13:01 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 2 Jul 2021 10:53:35 +0000 (12:53 +0200)
commitbb455d0daad89f5d895232f66c26a7fee6bb9bc8
tree08f4d11fca098e5013536af4092153b0ba91e91b
parentf449890508e8d52cc2029a34e55bfdb63c431c4b
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