# HG changeset patch # User Richard M. Stallman # Date 764821288 0 # Node ID 99ca8123a3ca690eb71ee1e8d870c76514f3546f # Parent e3f5cba23198fa6390013965588f000475fe32d3 (set-match-data): New alias. diff -r e3f5cba23198 -r 99ca8123a3ca lisp/subr.el --- a/lisp/subr.el Mon Mar 28 01:39:26 1994 +0000 +++ b/lisp/subr.el Mon Mar 28 02:21:28 1994 +0000 @@ -469,6 +469,7 @@ (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.