/[emacs]/emacs/lisp/subr.el
ViewVC logotype

Diff of /emacs/lisp/subr.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.459 by rms, Sun May 29 08:34:46 2005 UTC revision 1.460 by kfstorm, Wed Jun 8 22:37:23 2005 UTC
# Line 1970  The value returned is the value of the l Line 1970  The value returned is the value of the l
1970          '((save-match-data-internal (match-data)))          '((save-match-data-internal (match-data)))
1971          (list 'unwind-protect          (list 'unwind-protect
1972                (cons 'progn body)                (cons 'progn body)
1973                '(set-match-data save-match-data-internal))))                '(set-match-data save-match-data-internal 'evaporate))))
1974    
1975  (defun match-string (num &optional string)  (defun match-string (num &optional string)
1976    "Return string of text matched by last search.    "Return string of text matched by last search.

Legend:
Removed from v.1.459  
changed lines
  Added in v.1.460

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26