/[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.467 by lektu, Tue Jun 21 14:10:34 2005 UTC revision 1.468 by kfstorm, Wed Jun 22 23:16:59 2005 UTC
# Line 2020  The value returned is the value of the l Line 2020  The value returned is the value of the l
2020          '((save-match-data-internal (match-data)))          '((save-match-data-internal (match-data)))
2021          (list 'unwind-protect          (list 'unwind-protect
2022                (cons 'progn body)                (cons 'progn body)
2023                  ;; It is safe to free (evaporate) markers immediately here,
2024                  ;; as Lisp programs should not copy from save-match-data-internal.
2025                '(set-match-data save-match-data-internal 'evaporate))))                '(set-match-data save-match-data-internal 'evaporate))))
2026    
2027  (defun match-string (num &optional string)  (defun match-string (num &optional string)

Legend:
Removed from v.1.467  
changed lines
  Added in v.1.468

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