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

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

[elpa] externals/async 676e500da1 1/2: Change customize :group to 'lisp


From: ELPA Syncer
Subject: [elpa] externals/async 676e500da1 1/2: Change customize :group to 'lisp
Date: Sun, 7 Aug 2022 11:57:17 -0400 (EDT)

branch: externals/async
commit 676e500da13964e3a314d7f909d6cf2a278db8f3
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Change customize :group to 'lisp
---
 async.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/async.el b/async.el
index 6437a30127..558af32f38 100644
--- a/async.el
+++ b/async.el
@@ -35,7 +35,7 @@
 
 (defgroup async nil
   "Simple asynchronous processing in Emacs"
-  :group 'emacs)
+  :group 'lisp)
 
 (defcustom async-variables-noprops-function #'async--purecopy
   "Default function to remove text properties in variables."



reply via email to

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