summaryrefslogtreecommitdiff
path: root/helm-net.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-03-31 12:02:18 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-03-31 12:02:18 +0200
commit85f25dceb175b9a6b866b4c516d08bdb7ae32fc5 (patch)
tree870a03affc6dce6ce1d327b68b8c9334bd48c144 /helm-net.el
parent3c3e2f2c6759d9d7f1ce510a2577bd43d67ea55a (diff)
* helm-net.el (helm-wikipedia-persistent-action): Fix buffer name.
Diffstat (limited to 'helm-net.el')
-rw-r--r--helm-net.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-net.el b/helm-net.el
index 45c02706..ff166c71 100644
--- a/helm-net.el
+++ b/helm-net.el
@@ -371,7 +371,7 @@ Return an alist with elements like (data . number_results)."
helm-pattern)
(helm-get-selection nil t))
(message "Fetching summary from Wikipedia...")
- (let ((buf (get-buffer-create "*wikipedia*"))
+ (let ((buf (get-buffer-create "*helm wikipedia summary*"))
result mess)
(while (progn
(setq result (or (gethash candidate helm-wikipedia--summary-cache)