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:
parent
61d461a89a
commit
db7ae45bd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue