summaryrefslogtreecommitdiff
path: root/helm-sys.el
diff options
context:
space:
mode:
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))