emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 40208f0 5/7: remove annoying message on how to repeat el-s


From: Michael Heerdegen
Subject: [elpa] master 40208f0 5/7: remove annoying message on how to repeat el-search
Date: Thu, 31 Dec 2015 21:43:08 +0000

branch: master
commit 40208f0670dda55ecc0fde3c851ea65cc0a45086
Author: Michael Heerdegen <address@hidden>
Commit: Michael Heerdegen <address@hidden>

    remove annoying message on how to repeat el-search
---
 packages/el-search/el-search.el |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el
index ce37d91..aac4adc 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]