From: Richard M. Stallman Date: Sat, 14 Mar 1998 04:42:18 +0000 (+0000) Subject: (comint-word): store-match-data => set-match-data. X-Git-Tag: emacs-20.3~1922 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4947876fb16af965e580f1b82247eb2aab2ef77;p=emacs.git (comint-word): store-match-data => set-match-data. --- diff --git a/lisp/comint.el b/lisp/comint.el index 6c44a551123..072c64724ae 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -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)