]> code.delx.au - gnu-emacs-elpa/commitdiff
remove not so useful message of how to repeat search
authorMichael Heerdegen <michael_heerdegen@web.de>
Sun, 11 Oct 2015 15:06:19 +0000 (17:06 +0200)
committerMichael Heerdegen <michael_heerdegen@web.de>
Sat, 31 Oct 2015 18:16:58 +0000 (19:16 +0100)
packages/el-search/el-search.el

index 4fc0a40ee8ce1c11da56632e8efc7f6981f0db33..75b13710c36e5afc37e55d5422d43272130763e8 100644 (file)
@@ -460,8 +460,7 @@ return nil (no error)."
                            (ding)
                            nil))
       (setq el-search-success t)
-      (el-search-hl-sexp-at-point)
-      (message "%s" (substitute-command-keys "Type \\[el-search-pattern] to repeat")))))
+      (el-search-hl-sexp-at-point))))
 
 (defun el-search-search-and-replace-pattern (pattern replacement &optional mapping)
   (let ((replace-all nil) (nbr-replaced 0) (nbr-skipped 0) (done nil)