]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-match-data): New alias.
authorRichard M. Stallman <rms@gnu.org>
Mon, 28 Mar 1994 02:21:28 +0000 (02:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 28 Mar 1994 02:21:28 +0000 (02:21 +0000)
lisp/subr.el

index 368bf55cb6c224219d1a3bc1091eac05ed4edba5..5a08278241fdf24104ad4a6399b6ac5412d91e20 100644 (file)
@@ -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.