From 2afc15ccdd992a2ea19dc2d32c98941a574af503 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 14 Jul 2024 14:57:43 +0200 Subject: [PATCH] (ispell-lookup-words): Cease emitting message --- lisp/textmodes/ispell.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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. -- 2.39.2