* lisp/textmodes/ispell.el (ispell--call-enchant-lsmod): Cope with a
version suffix on the binary name, so enchant-2 is converted to
enchant-lsmod-2, not enchant-2-lsmod.
(with-output-to-string
(with-current-buffer
standard-output
- (apply 'ispell-call-process
- (concat ispell-program-name "-lsmod") nil t nil args))))
+ (apply 'ispell-call-process
+ (replace-regexp-in-string "enchant\\(-[0-9]\\)?$" "enchant-lsmod\\1"
+ ispell-program-name) nil t nil args))))
(defun ispell--get-extra-word-characters (&optional lang)
"Get the extra word characters for LANG as a character class.