diff options
| -rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 1983 | (forward-char 1)) | 1983 | (forward-char 1)) |
| 1984 | ;; Set match-data to match the entire string. | 1984 | ;; Set match-data to match the entire string. |
| 1985 | (when (< (point) here) | 1985 | (when (< (point) here) |
| 1986 | (store-match-data (list (point) here)) | 1986 | (set-match-data (list (point) here)) |
| 1987 | (match-string 0))))) | 1987 | (match-string 0))))) |
| 1988 | 1988 | ||
| 1989 | (defun comint-substitute-in-file-name (filename) | 1989 | (defun comint-substitute-in-file-name (filename) |