From: Eshel Yaron Date: Sun, 14 Jul 2024 12:57:43 +0000 (+0200) Subject: (ispell-lookup-words): Cease emitting message X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2afc15ccdd992a2ea19dc2d32c98941a574af503;p=emacs.git (ispell-lookup-words): Cease emitting message --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 667da10d7a3..2e97043fdb6 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -2566,9 +2566,7 @@ this function signals an error." (args (if look-p ispell-look-options ispell-grep-options)) status results loc) (with-temp-buffer - (message "Starting \"%s\" process..." (file-name-nondirectory prog)) - (if look-p - nil + (unless look-p (insert "^" word) ;; When there are no wildcards, append one, for consistency ;; with `look' behavior.