From db7ae45bd7d6bee6123c4fd9956316e787d557bb Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 23 Jun 2000 07:05:13 +0000 Subject: [PATCH] (comint-substitute-in-file-name): Call replace-match with second and third arg t. --- lisp/comint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/comint.el b/lisp/comint.el index eac6095bdb3..d4d3ceda5d6 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -2086,7 +2086,7 @@ interpreter (e.g., the percent notation of cmd.exe on NT)." (setq env-var-val (if (getenv env-var-name) (getenv env-var-name) "")) - (setq name (replace-match env-var-val nil nil name)))))) + (setq name (replace-match env-var-val t t name)))))) name)) (defun comint-match-partial-filename () -- 2.39.2