From cea5045859339c4e13cb29919b926fb9243374f8 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 1 Jul 2021 11:37:16 +0200 Subject: [PATCH] Trying to fix a warning --- ytplay.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ytplay.el b/ytplay.el index 41604fb..63d239e 100644 --- a/ytplay.el +++ b/ytplay.el @@ -34,7 +34,7 @@ (require 's) (require 'seq) -(defgroup ytplay nil +(defgroup ytplay () "Play youtube videos in a video player through Emacs." :prefix "ytplay-" :link '(url-link :tag "Gitea" "https://labs.phundrak.com/phundrak/ytplay.el"))