From: Michael Heerdegen Date: Sun, 11 Oct 2015 15:06:19 +0000 (+0200) Subject: remove not so useful message of how to repeat search X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/a621d16026aef9f1a7b0fae57061cdbad0d41bcb remove not so useful message of how to repeat search --- diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el index 4fc0a40ee..75b13710c 100644 --- a/packages/el-search/el-search.el +++ b/packages/el-search/el-search.el @@ -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)