summaryrefslogtreecommitdiff
path: root/helm-sys.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-05-29 08:46:00 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-05-29 08:46:00 +0200
commit38e21e272c990ca9b2f5254bc0ee04e35e99ffd2 (patch)
tree70fe074fb3483cab453dffcc6cd27704a7678960 /helm-sys.el
parent765f8471f90147bea62c4c7126fa7020d9a9168c (diff)
Fix stupid iedit error while replacing.
* helm-sys.el (helm-top-poll): Do it.
Diffstat (limited to 'helm-sys.el')
-rw-r--r--helm-sys.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/helm-sys.el b/helm-sys.el
index fc56e645..6e4968e6 100644
--- a/helm-sys.el
+++ b/helm-sys.el
@@ -82,9 +82,7 @@ A format string where %s will be replaced with `frame-width'."
;; Issue #1521.
(helm-force-update (replace-regexp-in-string
"[0-9]+" "[0-9]+"
- (replace-regexp-in-string
- "[0-9]+" "[0-9]+"
- (regexp-quote (helm-get-selection nil t))))))
+ (regexp-quote (helm-get-selection nil t)))))
(setq helm-top-poll-timer (run-with-idle-timer
(helm-aif (current-idle-time)
(time-add it (seconds-to-time 1.5))