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 #344 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 v3 38/53] gnu: emacs-undo-propose-el: Rename package to
 emacs-undo-propose.
Date: Sun, 18 May 2025 10:16:37 +0200
* gnu/packages/emacs-xyz.scm (emacs-undo-propose-el): Define in terms of
'deprecated-package'.
(emacs-undo-propose): New variable, formerly known as "emacs-undo-propose-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 b359a00fd0..4e142882b7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35032,11 +35032,11 @@ (define-public emacs-matcha
 packages with a consistent way to use them.")
       (license license:gpl3+))))
 
-(define-public emacs-undo-propose-el
+(define-public emacs-undo-propose
   (let ((commit "f80baee566807d733fbacbab08a897bcd62579c3")
         (revision "3"))
     (package
-      (name "emacs-undo-propose-el")
+      (name "emacs-undo-propose")
       (version (git-version "3.0.0" revision commit))
       (source
        (origin
@@ -35059,6 +35059,9 @@ (define-public emacs-undo-propose-el
 the @code{undo} history.")
       (license license:gpl3+))))
 
+(define-deprecated/public emacs-undo-propose-el emacs-undo-propose
+  (deprecated-package "emacs-undo-propose-el" emacs-undo-propose))
+
 (define-public emacs-elisp-docstring-mode
   (let ((commit "f512e509dd690f65133e55563ebbfd2dede5034f")
         (version "0.0.1")
-- 
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.