guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: git-modes: Rename to 'emacs-git-modes'.


From: Alex Kost
Subject: 01/02: gnu: git-modes: Rename to 'emacs-git-modes'.
Date: Sun, 10 Dec 2017 14:39:50 -0500 (EST)

alezost pushed a commit to branch master
in repository guix.

commit 6d21272b22d1303908639fc926c70c7145e95563
Author: Alex Kost <address@hidden>
Date:   Tue Dec 5 23:27:23 2017 +0300

    gnu: git-modes: Rename to 'emacs-git-modes'.
    
    * gnu/packages/emacs.scm (git-modes)[name]: Change to "emacs-git-modes".
    (git-modes/old-name): New variable.
---
 gnu/packages/emacs.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 77da8f2..d08246f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -377,7 +377,7 @@ when typing parentheses directly or commenting out code 
line by line.")
 
 (define-public git-modes
   (package
-    (name "git-modes")
+    (name "emacs-git-modes")
     (version "1.2.6")
     (source (origin
               (method url-fetch)
@@ -396,6 +396,9 @@ when typing parentheses directly or commenting out code 
line by line.")
 configuration files, such as .gitattributes, .gitignore, and .git/config.")
     (license license:gpl3+)))
 
+(define-public git-modes/old-name
+  (deprecated-package "git-modes" git-modes))
+
 (define-public emacs-with-editor
   (package
     (name "emacs-with-editor")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]