[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 860c3aada5d: ; * lisp/eshell/esh-arg.el (eshell-prepare-splice):
From: |
Robert Pluim |
Subject: |
master 860c3aada5d: ; * lisp/eshell/esh-arg.el (eshell-prepare-splice): Fix quoting. |
Date: |
Mon, 23 Jan 2023 05:37:12 -0500 (EST) |
branch: master
commit 860c3aada5dc4ab3c1a894c66b160202fda950d2
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>
; * lisp/eshell/esh-arg.el (eshell-prepare-splice): Fix quoting.
---
lisp/eshell/esh-arg.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lisp/eshell/esh-arg.el b/lisp/eshell/esh-arg.el
index c17a8fb8c4f..6c882471aee 100644
--- a/lisp/eshell/esh-arg.el
+++ b/lisp/eshell/esh-arg.el
@@ -554,8 +554,9 @@ and if found, returns a grouped list like:
((list arg-1) (list arg-2) spliced-arg-3 ...)
This allows callers of this function to build the final spliced
-list by concatenating each element together, e.g. with (apply
-#'append grouped-list).
+list by concatenating each element together, e.g. with
+
+ (apply #\\='append grouped-list)
If no argument requested a splice, return nil."
(let* ((splicep nil)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 860c3aada5d: ; * lisp/eshell/esh-arg.el (eshell-prepare-splice): Fix quoting.,
Robert Pluim <=