comparison lisp/subr.el @ 6551:99ca8123a3ca

(set-match-data): New alias.
author Richard M. Stallman <rms@gnu.org>
date Mon, 28 Mar 1994 02:21:28 +0000
parents 6ca895922340
children fca6271b0983
comparison
equal deleted inserted replaced
6550:e3f5cba23198 6551:99ca8123a3ca
467 (defalias 'indent-to-column 'indent-to) 467 (defalias 'indent-to-column 'indent-to)
468 (defalias 'backward-delete-char 'delete-backward-char) 468 (defalias 'backward-delete-char 'delete-backward-char)
469 (defalias 'search-forward-regexp (symbol-function 're-search-forward)) 469 (defalias 'search-forward-regexp (symbol-function 're-search-forward))
470 (defalias 'search-backward-regexp (symbol-function 're-search-backward)) 470 (defalias 'search-backward-regexp (symbol-function 're-search-backward))
471 (defalias 'int-to-string 'number-to-string) 471 (defalias 'int-to-string 'number-to-string)
472 (defalias 'set-match-data 'store-match-data)
472 473
473 ;;; Should this be an obsolete name? If you decide it should, you get 474 ;;; Should this be an obsolete name? If you decide it should, you get
474 ;;; to go through all the sources and change them. 475 ;;; to go through all the sources and change them.
475 (defalias 'string-to-int 'string-to-number) 476 (defalias 'string-to-int 'string-to-number)
476 477