diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-15 18:39:38 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-15 18:39:38 -0200 |
commit | 0a2f984d0771b9a921696af1fe3bad10cdbb7b54 (patch) | |
tree | 67d12328b8f93d1147872f89af9645979d4ee425 /sx-button.el | |
parent | aebe7265612230aafa9ce41ebb36436f1e2c9406 (diff) |
`sx-custom-button' fails to specify containing group
Diffstat (limited to 'sx-button.el')
-rw-r--r-- | sx-button.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sx-button.el b/sx-button.el index 1727a3d..283fe0d 100644 --- a/sx-button.el +++ b/sx-button.el @@ -51,7 +51,8 @@ '((((type x w32 ns) (class color)) ; Like default mode line :box (:line-width 2 :style released-button) :background "lightgrey" :foreground "black")) - "Face used on buttons such as \"Write an Answer\".") + "Face used on buttons such as \"Write an Answer\"." + :group 'sx) ;;; Command definitions |