changeset 21152:8197c659e85c

(comint-word): store-match-data => set-match-data.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Mar 1998 04:42:18 +0000
parents 79a284372cfb
children 183817081a96
files lisp/comint.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Sat Mar 14 04:41:23 1998 +0000
+++ b/lisp/comint.el	Sat Mar 14 04:42:18 1998 +0000
@@ -1983,7 +1983,7 @@
 	(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)