Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
db7ae45b
Commit
db7ae45b
authored
Jun 23, 2000
by
Gerd Moellmann
Browse files
(comint-substitute-in-file-name): Call replace-match
with second and third arg t.
parent
61d461a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/comint.el
lisp/comint.el
+1
-1
No files found.
lisp/comint.el
View file @
db7ae45b
...
...
@@ -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 ()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment