diff options
| -rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 45bcccbb6e5..585ec920458 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -1970,7 +1970,7 @@ The value returned is the value of the last form in BODY." | |||
| 1970 | '((save-match-data-internal (match-data))) | 1970 | '((save-match-data-internal (match-data))) |
| 1971 | (list 'unwind-protect | 1971 | (list 'unwind-protect |
| 1972 | (cons 'progn body) | 1972 | (cons 'progn body) |
| 1973 | '(set-match-data save-match-data-internal)))) | 1973 | '(set-match-data save-match-data-internal 'evaporate)))) |
| 1974 | 1974 | ||
| 1975 | (defun match-string (num &optional string) | 1975 | (defun match-string (num &optional string) |
| 1976 | "Return string of text matched by last search. | 1976 | "Return string of text matched by last search. |