gnu: emacs: Remove unneeded import.

This is a followup to ef0cb0dd1d.
Suggested by Jack Hill <jackhill@jackhill.us>.

* gnu/packages/emacs.scm: Remove unneeded (ice-9 match) import.
This commit is contained in:
Ludovic Courtès 2020-05-10 12:50:18 +02:00
parent 4fca1bc5af
commit 7829fc779b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -70,7 +70,6 @@ (define-module (gnu packages emacs)
#:use-module (gnu packages xml)
#:use-module (gnu packages xorg)
#:use-module (guix utils)
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
(define-public emacs