1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

(set-match-data): New alias.

This commit is contained in:
Richard M. Stallman 1994-03-28 02:21:28 +00:00
parent 869f4785b8
commit 1e0a78a10c

View 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.