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


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 78315 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#78315] [PATCH 32/53] gnu: emacs-scratch-el: Rename package to emacs-scratch.
Date: Thu,  8 May 2025 14:50:34 +0200
* gnu/packages/emacs-xyz.scm (emacs-scratch-el): Define in terms of
'deprecated-package'.
(emacs-scratch): New variable, formerly known as "emacs-scratch-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 f906a5b26f..7d5ccf4e8c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25174,9 +25174,9 @@ (define-public emacs-org-sticky-header
     (home-page "https://github.com/alphapapa/org-sticky-header")
     (license license:gpl3+)))
 
-(define-public emacs-scratch-el
+(define-public emacs-scratch
   (package
-    (name "emacs-scratch-el")
+    (name "emacs-scratch")
     (version "1.4")
     (source
      (origin
@@ -25209,6 +25209,9 @@ (define-public emacs-scratch-el
 formatting rules for that language.")
     (license license:bsd-2)))
 
+(define-deprecated/public emacs-scratch-el emacs-scratch
+  (deprecated-package "emacs-scratch-el" emacs-scratch))
+
 (define-public emacs-kv
   (package
     (name "emacs-kv")
-- 
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.