mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f8ead41012
commit
a9b7bc6459
1 changed files with 5 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue