Mercurial > emacs
changeset 6551:99ca8123a3ca
(set-match-data): New alias.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 28 Mar 1994 02:21:28 +0000 |
parents | e3f5cba23198 |
children | 3b84ed22f747 |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.