summaryrefslogtreecommitdiff
path: root/helm-color.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2013-02-17 08:39:40 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2013-02-17 08:39:40 +0100
commit68dac0b1dbdf2b61df69f1f1499271c2d6bcc40b (patch)
tree090dd644482d67303f8663e93be90bacbeab0c02 /helm-color.el
parent3d658e11fe23378e396d936497bee0e11d525f94 (diff)
* helm-bmkext.el: Use 'global buffer names.
* helm-bookmark.el: idem. * helm-color.el: idem. * helm-eshell.el: idem.
Diffstat (limited to 'helm-color.el')
-rw-r--r--helm-color.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-color.el b/helm-color.el
index ac8af97d..154f75b5 100644
--- a/helm-color.el
+++ b/helm-color.el
@@ -29,7 +29,7 @@
(list-faces-display)
(message nil))
(helm-init-candidates-in-buffer
- "*hfaces*"
+ 'global
(with-current-buffer (get-buffer "*Faces*")
(buffer-substring
(next-single-char-property-change (point-min) 'face)
@@ -58,7 +58,7 @@
(list-colors-display)
(message nil))
(helm-init-candidates-in-buffer
- "*hcolors*"
+ 'global
(with-current-buffer (get-buffer "*Colors*")
(buffer-string)))
(kill-buffer "*Colors*")))