GNU bug report logs - #78315
[PATCH emacs-team 00/53] More fixes, and a lot of style improvements.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Thu, 8 May 2025 12:49:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Full log


Message #128 received at 78315 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 78315 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH 41/53] gnu: emacs-tco-el: Rename package to emacs-tco.
Date: Thu,  8 May 2025 14:50:43 +0200
* gnu/packages/emacs-xyz.scm (emacs-tco-el): Define in terms of
'deprecated-package'.
(emacs-tco): New variable, formerly known as "emacs-tco-el".
---
 gnu/packages/emacs-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6c411ccab9..ec3eba44ad 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35330,11 +35330,11 @@ (define-public emacs-springboard
 done using Helm, Ido or Ivy.")
       (license license:gpl2+))))
 
-(define-public emacs-tco-el
+(define-public emacs-tco
   (let ((commit "482db5313f090b17ed22ccd856f0e141dc75afe6")
         (revision "1"))
     (package
-      (name "emacs-tco-el")
+      (name "emacs-tco")
       (version (git-version "0.3" revision commit))
       (source
        (origin
@@ -35357,6 +35357,9 @@ (define-public emacs-tco-el
 Lisp functions that call themselves in tail position.")
       (license license:gpl3+))))
 
+(define-deprecated/public emacs-tco-el emacs-tco
+  (deprecated-package "emacs-tco-el" emacs-tco))
+
 (define-public emacs-equake
   ;; Upstream provides no tagged releases, but the commit below matches an
   ;; exact release.
-- 
2.49.0





This bug report was last modified 21 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.