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:
parent
869f4785b8
commit
1e0a78a10c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user