guix-commits
[Top][All Lists]
Advanced

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

02/18: gnu: emacs-graphql: Remove trailing #T.


From: guix-commits
Subject: 02/18: gnu: emacs-graphql: Remove trailing #T.
Date: Fri, 18 Feb 2022 15:34:25 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 0258aa46e65fc4265c39d09f3bfe212d9057c40d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Feb 18 21:09:29 2022 +0100

    gnu: emacs-graphql: Remove trailing #T.
    
    * gnu/packages/emacs-xyz.scm (emacs-graphql)[snippet]: Remove trailing #T.
---
 gnu/packages/emacs-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e76850a989..3c433ac495 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1243,8 +1243,7 @@ you will die.  The game builds the list of words from the 
active buffer.")
               ;; Remove examples file with references to external packages as
               ;; they do not exist at compilation time.
               (snippet
-               '(begin (delete-file "examples.el")
-                       #t))
+               '(begin (delete-file "examples.el")))
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/vermiculus/graphql.el";)



reply via email to

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