mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-22 10:26:20 +00:00
(comint-word): store-match-data => set-match-data.
This commit is contained in:
parent
5b9dfc5963
commit
e4947876fb
@ -1983,7 +1983,7 @@ plus all non-ASCII characters."
|
||||
(forward-char 1))
|
||||
;; Set match-data to match the entire string.
|
||||
(when (< (point) here)
|
||||
(store-match-data (list (point) here))
|
||||
(set-match-data (list (point) here))
|
||||
(match-string 0)))))
|
||||
|
||||
(defun comint-substitute-in-file-name (filename)
|
||||
|
Loading…
Reference in New Issue
Block a user