branch: elpa/undo-fu
commit 06772aef155c78b6f83a5cff6f9d80e6f8de4a7b
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Use "undo" group
---
undo-fu.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/undo-fu.el b/undo-fu.el
index 590cf46fb7..451e53f854 100644
--- a/undo-fu.el
+++ b/undo-fu.el
@@ -50,7 +50,7 @@
;; ---------------------------------------------------------------------------
;; Custom Variables
-(defgroup undo-fu nil "Configure default behavior for undo-fu wrapper." :group
'convenience)
+(defgroup undo-fu nil "Configure default behavior for undo-fu wrapper." :group
'undo)
(defcustom undo-fu-allow-undo-in-region nil
"When t, use `undo-in-region' when a selection is present.