me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@
#: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