summaryrefslogtreecommitdiff
path: root/helm-utils.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-03-19 06:45:25 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-03-19 06:45:25 +0100
commit8e75025b8fd5bf67b4cffb06979dcc8f51209da4 (patch)
treed14a78d892fc4cfe05a05c70f64573c740362cdf /helm-utils.el
parent891ade5d076b8d6c98d598f18eece7e3660142fb (diff)
Move helm-selection-line to *faces group (#926).
* helm-utils.el: Do it.
Diffstat (limited to 'helm-utils.el')
-rw-r--r--helm-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-utils.el b/helm-utils.el
index 08e54064..70c1861b 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -58,7 +58,7 @@ and `helm-imenu-default-action'.")
(defface helm-selection-line
'((t (:inherit highlight)))
"Face used in the `helm-current-buffer' when jumping to candidate."
- :group 'helm-utils)
+ :group 'helm-faces)
;;; compatibility