gnu: Remove a couple of old deprecated package aliases.

* gnu/packages/emacs.scm (geiser-next, paredit/old-name): Remove.
This commit is contained in:
Ludovic Courtès 2018-04-30 12:00:21 +02:00
parent 3edbe53924
commit f675d8b97d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 7 deletions

View File

@ -351,10 +351,6 @@ implementation, Emacs and, ultimately, the schemer, giving them access to live
metadata.") metadata.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public geiser-next
;; This has become "geiser".
(deprecated-package "geiser-next" geiser))
(define-public paredit (define-public paredit
(package (package
(name "emacs-paredit") (name "emacs-paredit")
@ -380,9 +376,6 @@ for those who may want transient periods of unbalanced parentheses, such as
when typing parentheses directly or commenting out code line by line.") when typing parentheses directly or commenting out code line by line.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public paredit/old-name
(deprecated-package "paredit" paredit))
(define-public git-modes (define-public git-modes
(package (package
(name "emacs-git-modes") (name "emacs-git-modes")