]> code.delx.au - gnu-emacs-elpa/commitdiff
Reduce duration of a `sit-for'
authorMichael Heerdegen <michael_heerdegen@web.de>
Sun, 27 Mar 2016 16:40:53 +0000 (18:40 +0200)
committerMichael Heerdegen <michael_heerdegen@web.de>
Thu, 19 May 2016 20:28:14 +0000 (22:28 +0200)
packages/el-search/el-search.el

index 7cfe4770e1496db2bd51fe0f97d27013928ef3a0..90be0aca7418d36c714cc13bb266e70925161143 100644 (file)
@@ -1096,7 +1096,7 @@ Hit any key to proceed."
                 (message "Replacement contains another match%s"
                          (if replace-all " - falling back to interactive mode" ""))
                 (setq replace-all nil)
-                (sit-for 3.)))))))
+                (sit-for 2.)))))))
     (el-search-hl-remove)
     (goto-char opoint)
     (message "Replaced %d matches%s"