ngz pushed a commit to branch master
in repository guix.

commit f4dd1d2d91030bd4e5f8f321f8c6983fe48f744d
Author: Nicolas Goaziou <[email protected]>
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