GNU bug report logs -
#78315
[PATCH emacs-team 00/53] More fixes, and a lot of style improvements.
Previous Next
Full log
View this message in rfc822 format
* 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 03d143e57a..c8cb188cce 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35036,11 +35036,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
@@ -35063,6 +35063,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.