gnu: emacs-undo-propose-el: Rename package to emacs-undo-propose.

* 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".

Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Nicolas Graves 2025-05-18 10:16:37 +02:00 committed by Liliana Marie Prikler
parent f8ead41012
commit a9b7bc6459
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -35315,11 +35315,11 @@ comfort of Magit and the rest of Emacs.")
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
@ -35342,6 +35342,9 @@ subsequent committal of a chain of @code{undo} commands as a single edit in
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")