guix_mirror_bot pushed a commit to branch master
in repository guix.

commit bf50393e4b4ded20d9458c7f11880dea20511929
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun May 18 10:16:31 2025 +0200

    gnu: emacs-scratch-el: Rename package to emacs-scratch.
    
    * gnu/packages/emacs-xyz.scm (emacs-scratch-el): Define in terms of
    'deprecated-package'.
    (emacs-scratch): New variable, formerly known as "emacs-scratch-el".
    
    Signed-off-by: Ian Eure <[email protected]>
---
 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 54ada206e1..e0ad921577 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25448,9 +25448,9 @@ org header line at the top of the window--no matter how 
far down you scrolled.")
     (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
@@ -25483,6 +25483,9 @@ scratch buffer, and, by virtue of this extension, do so 
using the Emacs
 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")

Reply via email to