summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2020-06-29 18:28:36 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2020-06-29 19:23:58 +0200
commitd19592f593755a0d3daf09b4312daa0731d01dd6 (patch)
treef4f0f441b39cdbe844650b3261c18a866ae964d9 /helm-help.el
parent4ca209bf5f217d883b948b1655466b34dcd8bc87 (diff)
Use :extend attr in all defface
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-help.el b/helm-help.el
index 687efb6c..3e14dffd 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -24,7 +24,8 @@
:group 'helm)
(defface helm-helper
- '((t :inherit helm-header))
+ `((t ,@(and (>= emacs-major-version 27) '(:extend t))
+ :inherit helm-header))
"Face for Helm help string in minibuffer."
:group 'helm-help)