From: Robert Pluim Date: Mon, 23 Jan 2023 10:33:23 +0000 (+0100) Subject: ; * lisp/eshell/esh-arg.el (eshell-prepare-splice): Fix quoting. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=860c3aada5dc4ab3c1a894c66b160202fda950d2;p=emacs.git ; * lisp/eshell/esh-arg.el (eshell-prepare-splice): Fix quoting. --- 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)