branch: elpa/inkpot-theme
commit 5189ec24c0e1eb5acdbff3040639fe82c0c19976
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>

    Cleanup: quiet warning (fails to specify containing group)
---
 inkpot-theme.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 13114c9c2d..d28fafd256 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -15,6 +15,8 @@
 
 (deftheme inkpot "Dark color scheme with bright easily identifiable colors.")
 
+(defgroup inkpot nil "InkPot theme and it's settings." :group 'inkpot)
+
 (defcustom inkpot-theme-use-box t "Show outline around mode-line and header." 
:type 'boolean)
 
 ;; Colors from original Vim theme (for reference)

Reply via email to