From 860c3aada5dc4ab3c1a894c66b160202fda950d2 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Mon, 23 Jan 2023 11:33:23 +0100 Subject: [PATCH] ; * 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) -- 2.39.5