From 1e0a78a10c4e6289c1c8157b7466dc8fa6ba8ed4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 28 Mar 1994 02:21:28 +0000 Subject: [PATCH] (set-match-data): New alias. --- lisp/subr.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/subr.el b/lisp/subr.el index 368bf55cb6c..5a08278241f 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -469,6 +469,7 @@ Please convert your programs to use the variable `baud-rate' directly." (defalias 'search-forward-regexp (symbol-function 're-search-forward)) (defalias 'search-backward-regexp (symbol-function 're-search-backward)) (defalias 'int-to-string 'number-to-string) +(defalias 'set-match-data 'store-match-data) ;;; Should this be an obsolete name? If you decide it should, you get ;;; to go through all the sources and change them. -- 2.39.5