From: Michael Heerdegen Date: Wed, 30 Dec 2015 00:38:27 +0000 (+0100) Subject: remove annoying message on how to repeat el-search X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/40208f0670dda55ecc0fde3c851ea65cc0a45086 remove annoying message on how to repeat el-search --- diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el index ce37d916f..aac4adcab 100644 --- a/packages/el-search/el-search.el +++ b/packages/el-search/el-search.el @@ -700,7 +700,6 @@ The following additional pattern types are currently defined:\n" (when (and (eq this-command last-command) el-search-success) (el-search--skip-expression nil t)) (setq el-search-success nil) - (message "%s" (substitute-command-keys "Type \\[el-search-pattern] to repeat")) (when (condition-case nil (el-search--search-pattern pattern) (end-of-buffer (message "No match")