From: Richard M. Stallman Date: Mon, 28 Mar 1994 02:21:28 +0000 (+0000) Subject: (set-match-data): New alias. X-Git-Tag: emacs-19.34~9301 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e0a78a10c4e6289c1c8157b7466dc8fa6ba8ed4;p=emacs.git (set-match-data): New alias. --- 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.