From 9facfd265c43348d0088ecb76a285843f127e747 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 7 Aug 2000 10:06:54 +0000 Subject: [PATCH] (shell-quote-wildcard-pattern): Make sure to return PATTERN, in the Unix case. --- lisp/files.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index bb17d5ca13b..b86b8d64004 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3453,7 +3453,9 @@ PATTERN that already quotes some of the special characters." (concat (substring pattern 0 (match-beginning 0)) "\\" (substring pattern (match-beginning 0))) - beg (1+ (match-end 0))))))))) + beg (1+ (match-end 0))))) + pattern)))) + (defvar insert-directory-program "ls" "Absolute or relative name of the `ls' program used by `insert-directory'.") -- 2.39.2