GNU bug report logs -
#78315
[PATCH emacs-team 00/53] More fixes, and a lot of style improvements.
Previous Next
Full log
Message #113 received at 78315 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-lice-el): Define in terms of
'deprecated-package'.
(emacs-lice): New variable, formerly known as "emacs-lice-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 036184c438..8130ab2f17 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28769,9 +28769,9 @@ (define-public emacs-f3
"The Fantastic File Finder for Emacs. Find files fast, using helm.")
(license license:gpl3+)))
-(define-public emacs-lice-el
+(define-public emacs-lice
(package
- (name "emacs-lice-el")
+ (name "emacs-lice")
(version "0.3")
(source (origin
(method git-fetch)
@@ -28803,6 +28803,9 @@ (define-public emacs-lice-el
@end itemize\n")
(license license:gpl3+)))
+(define-deprecated/public emacs-lice-el emacs-lice
+ (deprecated-package "emacs-lice-el" emacs-lice))
+
(define-public emacs-academic-phrases
(let ((commit "0823ed8c24b26c32f909b896a469833ec4d7b656"))
(package
--
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.