Mercurial > emacs
changeset 16072:3c57dbbf9d95
(save-match-data): Definition deleted.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 02 Sep 1996 17:03:33 +0000 |
parents | 4083b6043ea9 |
children | 9aa821b11ac1 |
files | lisp/progmodes/simula.el |
diffstat | 1 files changed, 0 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/simula.el Mon Sep 02 05:45:58 1996 +0000 +++ b/lisp/progmodes/simula.el Mon Sep 02 17:03:33 1996 +0000 @@ -1621,17 +1621,6 @@ ;; save point for later calls to this function (setq simula-find-comment-point (if end (point) -1)) (and end (cons start end)))) - -(if (not (fboundp 'save-match-data)) - (defmacro save-match-data (&rest body) - "Execute the BODY forms, restoring the global value of the match data." - (let ((original (make-symbol "match-data"))) - (list - 'let (list (list original '(match-data))) - (list 'unwind-protect - (cons 'progn body) - (list 'store-match-data original)))))) - ;; defuns for submitting bug reports