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-moe-theme-el): Define in terms of
'deprecated-package'.
(emacs-moe-theme): New variable, formerly known as "emacs-moe-theme-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 fcb46edce2..fa9281992f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13289,9 +13289,9 @@ (define-public emacs-zenburn-theme
It is built on top of the custom theme support in Emacs 24 or later.")
(license license:gpl3+)))
-(define-public emacs-moe-theme-el
+(define-public emacs-moe-theme
(package
- (name "emacs-moe-theme-el")
+ (name "emacs-moe-theme")
(version "1.0.1")
(source
(origin
@@ -13310,6 +13310,9 @@ (define-public emacs-moe-theme-el
variants.")
(license license:gpl3+)))
+(define-deprecated/public emacs-moe-theme-el emacs-moe-theme
+ (deprecated-package "emacs-moe-theme-el" emacs-moe-theme))
+
(define-public emacs-color-theme-sanityinc-tomorrow
(package
(name "emacs-color-theme-sanityinc-tomorrow")
--
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.