gnu: paredit: Rename to 'emacs-paredit'.

* gnu/packages/emacs.scm (paredit)[name]: Change to "emacs-paredit".
(paredit/old-name): New variable.
This commit is contained in:
Ludovic Courtès 2016-09-06 23:19:45 +02:00
parent 01afdab89c
commit 967cfd18f6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -320,7 +320,7 @@ (define-public geiser-next
(define-public paredit
(package
(name "paredit")
(name "emacs-paredit")
(version "24")
(source (origin
(method url-fetch)
@ -364,6 +364,9 @@ (define-public paredit
when typing parentheses directly or commenting out code line by line.")
(license license:gpl3+)))
(define-public paredit/old-name
(deprecated-package "paredit" paredit))
(define-public git-modes
(package
(name "git-modes")