]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-lookup-words): Cease emitting message
authorEshel Yaron <me@eshelyaron.com>
Sun, 14 Jul 2024 12:57:43 +0000 (14:57 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 14 Jul 2024 12:58:34 +0000 (14:58 +0200)
lisp/textmodes/ispell.el

index 667da10d7a308c54c173c5b82a2293f8b5bb55e5..2e97043fdb64baa98a7c6cbf1a2dd35eeb3c5eec 100644 (file)
@@ -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.