1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

* subr.el (string-to-int): Make this an alias for

string-to-number.
This commit is contained in:
Jim Blandy 1993-02-22 14:16:25 +00:00
parent ad196291b4
commit 37f6661a60

View File

@ -244,6 +244,10 @@ Accept any number of arguments, but ignore them."
(fset 'backward-delete-char 'delete-backward-char)
(fset 'search-forward-regexp (symbol-function 're-search-forward))
(fset 'search-backward-regexp (symbol-function 're-search-backward))
;;; Should this be an obsolete name? If you decide it should, you get
;;; to go through all the sources and change them.
(fset 'string-to-int 'string-to-number)
;;; global-map, esc-map, and ctl-x-map have their values set up
;;; in keymap.c.