1
0
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:
Richard M. Stallman 1998-03-14 04:42:18 +00:00
parent 5b9dfc5963
commit e4947876fb

View File

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