[Top][All Lists]
[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.
- [Emacs-diffs] Changes to emacs/lisp/subr.el,
Kim F . Storm <=
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Juanma Barranquero, 2005/06/10
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Stefan Monnier, 2005/06/13
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Kim F . Storm, 2005/06/13
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Kim F . Storm, 2005/06/14
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Stefan Monnier, 2005/06/15
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Kim F . Storm, 2005/06/20
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Juanma Barranquero, 2005/06/21
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Kim F . Storm, 2005/06/22
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Richard M . Stallman, 2005/06/25
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Luc Teirlinck, 2005/06/27