guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: gnu: Remove duplicated emacs-csv-mode.


From: Christopher Baines
Subject: 01/07: gnu: Remove duplicated emacs-csv-mode.
Date: Sun, 29 Jul 2018 12:58:16 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 26b8cd1a5a0e28b3ff192c86f52fd43d22e55223
Author: Christopher Baines <address@hidden>
Date:   Tue Jul 17 20:19:20 2018 +0100

    gnu: Remove duplicated emacs-csv-mode.
    
    It was first added in 9faa46ee48d12bf55355805a84a7c533f904a39d, and then 
again
    in 8bc8efc753605e404c1efcdc5b53a780feb0760c.
    
    * gnu/packages/emacs.scm (emacs-csv-mode): Remove duplicated package
    definition.
---
 gnu/packages/emacs.scm | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 114fcee..ca686d3 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -9653,26 +9653,6 @@ buffer.")
 downloading manager for Emacs.")
       (license license:gpl3+))))
 
-(define-public emacs-csv-mode
-  (package
-    (name "emacs-csv-mode")
-    (version "1.7")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "http://elpa.gnu.org/packages/csv-mode-";
-                           version ".el"))
-       (sha256
-        (base32
-         "0r4bip0w3h55i8h6sxh06czf294mrhavybz0zypzrjw91m1bi7z6"))))
-    (build-system emacs-build-system)
-    (home-page "http://elpa.gnu.org/packages/csv-mode.html";)
-    (synopsis "Major mode for editing comma or char separated values")
-    (description
-     "This package provides an Emacs CSV mode, a major mode for editing
-records in a generalized CSV (character-separated values) format.")
-    (license license:gpl3+)))
-
 (define-public emacs-helpful
   (package
     (name "emacs-helpful")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]