gnu: Rename git-modes to emacs-git-modes.
* gnu/packages/emacs-xyz.scm (git-modes): Deprecate and rename to... (emacs-git-modes): ... this. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
b7132c76c3
commit
03fd290423
1 changed files with 4 additions and 1 deletions
|
@ -153,6 +153,7 @@
|
|||
#:use-module (guix packages)
|
||||
#:use-module (guix cvs-download)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix deprecation)
|
||||
#:use-module (guix bzr-download)
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (guix i18n)
|
||||
|
@ -1287,7 +1288,7 @@ some utility functions, and commands using that infrastructure.")
|
|||
its mode line.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public git-modes
|
||||
(define-public emacs-git-modes
|
||||
(package
|
||||
(name "emacs-git-modes")
|
||||
(version "1.4.1")
|
||||
|
@ -1311,6 +1312,8 @@ configuration files, such as @file{.gitattributes}, @file{.gitignore}, and
|
|||
@file{.git/config}.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-deprecated/public-alias git-modes emacs-git-modes)
|
||||
|
||||
(define-public emacs-with-editor
|
||||
(package
|
||||
(name "emacs-with-editor")
|
||||
|
|
Reference in a new issue