Explain last change

* lisp/textmodes/ispell.el (ispell--call-enchant-lsmod): Explain
the workaround with discarding stderr.  (Bug#44318)
This commit is contained in:
Eli Zaretskii
2020-11-02 21:47:18 +02:00
parent 55e92de6d5
commit a2bddd7710

View File

@@ -1220,6 +1220,8 @@ Internal use.")
(replace-regexp-in-string "enchant\\(-[0-9]\\)?\\'"
"enchant-lsmod\\1"
ispell-program-name)
;; We discard stderr here because enchant-lsmod can emit
;; unrelated warnings that will confuse us.
nil '(t nil) nil args)))
(defun ispell--get-extra-word-characters (&optional lang)