Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.459 emacs/lisp/subr.el:1.460
*** emacs/lisp/subr.el:1.459    Sun May 29 08:34:46 2005
--- emacs/lisp/subr.el  Wed Jun  8 22:37:23 2005
***************
*** 1970,1976 ****
        '((save-match-data-internal (match-data)))
        (list 'unwind-protect
              (cons 'progn body)
!             '(set-match-data save-match-data-internal))))
  
  (defun match-string (num &optional string)
    "Return string of text matched by last search.
--- 1970,1976 ----
        '((save-match-data-internal (match-data)))
        (list 'unwind-protect
              (cons 'progn body)
!             '(set-match-data save-match-data-internal 'evaporate))))
  
  (defun match-string (num &optional string)
    "Return string of text matched by last search.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to