branch: externals/shell-quasiquote commit 99f8162e00f8882240c999c3ab676bba9b472f5a Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
* shell-quasiquote.el: Add lexical-binding:t cookie. --- shell-quasiquote.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shell-quasiquote.el b/shell-quasiquote.el index 2ad9c554ff..b8e9008db8 100644 --- a/shell-quasiquote.el +++ b/shell-quasiquote.el @@ -1,6 +1,6 @@ -;;; shell-quasiquote.el --- Turn s-expressions into shell command strings. +;;; shell-quasiquote.el --- Turn s-expressions into shell command strings. -*- lexical-binding: t; -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015, 2025 Free Software Foundation, Inc. ;; Author: Taylan Ulrich Bayırlı/Kammer <taylanbayi...@gmail.com> ;; Keywords: extensions, unix @@ -70,8 +70,8 @@ (shell-quote-argument (shqq--atom-to-string atom))) (defmacro shqq (parts) - "First, PARTS is turned into a list of strings. For this, -every element of PARTS must be one of: + "First, PARTS is turned into a list of strings. +Every element of PARTS must be one of: - a symbol, evaluating to its name,