1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(comint-substitute-in-file-name): Call replace-match

with second and third arg t.
This commit is contained in:
Gerd Moellmann 2000-06-23 07:05:13 +00:00
parent 61d461a89a
commit db7ae45bd7

View file

@ -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 ()