This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 12f9db3765 gnu: Remove sections from emacs-xyz module.
12f9db3765 is described below

commit 12f9db3765edab1525b2a95fcef328a0c2444e69
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Jul 21 16:42:18 2024 +0200

    gnu: Remove sections from emacs-xyz module.
    
    These sections no longer correspond to the Emacs packages they list.
    
    Change-Id: I1262c5770b626093f855447bcb2239a6758889de
---
 gnu/packages/emacs-xyz.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f3d0222c3f..3f987f8ae6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -290,10 +290,6 @@
   #:use-module (srfi srfi-1)
   #:use-module (ice-9 match))
 
-;;;
-;;; Emacs hacking.
-;;;
-
 (define-public emacs-0x0
   (let ((commit "04f95142b25d8bb701f239539176df6617dcd982")
         (revision "0"))
@@ -3540,11 +3536,6 @@ or unexpected behavior inside an elisp configuration 
file (typically
 @file{init.el} or @file{.emacs}).")
       (license license:gpl3+))))
 
-
-;;;
-;;; Web browsing.
-;;;
-
 (define-public emacs-w3m
   ;; Emacs-w3m follows a "rolling release" model.
   (package
@@ -3697,11 +3688,6 @@ to prevent advertisers from tracking you when you open 
URLs (or listen to
 podcasts) in Emacs.")
       (license (list license:gpl3+)))))
 
-
-;;;
-;;; Multimedia.
-;;;
-
 (define emacs-emms-print-metadata
   (package
     (name "emacs-emms-print-metadata")
@@ -3931,11 +3917,6 @@ toggle custom-defined channels.  An external media 
player like mpv or VLC is
 required.")
       (license license:gpl3+))))
 
-
-;;;
-;;; Miscellaneous.
-;;;
-
 (define-public emacs-ace-link
   (package
     (name "emacs-ace-link")

Reply via email to