emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Wed, 08 Jun 2005 18:37:24 -0400

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]