guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-cmake-font-lock: Use G-expressions.


From: guix-commits
Subject: 02/02: gnu: emacs-cmake-font-lock: Use G-expressions.
Date: Mon, 28 Feb 2022 05:19:41 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit f4dd1d2d91030bd4e5f8f321f8c6983fe48f744d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 28 11:18:31 2022 +0100

    gnu: emacs-cmake-font-lock: Use G-expressions.
    
    * gnu/packages/emacs-xyz.scm (emacs-cmake-font-lock)[arguments]<#:include>:
    Use G-expressions.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b3d2801230..7f4a3fc534 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23958,7 +23958,7 @@ indentation and a command to plot the file.")
       (native-inputs
        (list emacs-faceup))
       (arguments
-       `(#:include (cons "^admin\\/" %default-include)))
+       (list #:include #~(cons "^admin\\/" %default-include)))
       (home-page "https://github.com/Lindydancer/cmake-font-lock";)
       (synopsis "Advanced type-aware syntax-highlighting for CMake")
       (description "This package highlights function arguments in CMake



reply via email to

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