]> git.eshelyaron.com Git - emacs.git/commitdiff
(save-match-data): Definition deleted.
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Sep 1996 17:03:33 +0000 (17:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Sep 1996 17:03:33 +0000 (17:03 +0000)
lisp/progmodes/simula.el

index 661fc68f45e572919bb1b4d790a5c59b22ed2af2..31cae0b0fc5ee6b37456abd6f2400188cf2154b6 100644 (file)
@@ -1621,17 +1621,6 @@ If not nil and not t, move to limit of search and return nil."
     ;; 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))))))
-
 \f
 ;; defuns for submitting bug reports