emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/undo-fu 06772aef15 70/82: Use "undo" group


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu 06772aef15 70/82: Use "undo" group
Date: Thu, 7 Jul 2022 12:04:55 -0400 (EDT)

branch: elpa/undo-fu
commit 06772aef155c78b6f83a5cff6f9d80e6f8de4a7b
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]