]> code.delx.au - gnu-emacs-elpa/commitdiff
remove annoying message on how to repeat el-search
authorMichael Heerdegen <michael_heerdegen@web.de>
Wed, 30 Dec 2015 00:38:27 +0000 (01:38 +0100)
committerMichael Heerdegen <michael_heerdegen@web.de>
Thu, 31 Dec 2015 20:24:26 +0000 (21:24 +0100)
packages/el-search/el-search.el

index ce37d916fbb7ba967c68bb4f7555c1456e76f152..aac4adcab9da4e53549fb5e33499edef5091eebf 100644 (file)
@@ -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")