* subr.el (string-to-int): Make this an alias for
string-to-number.
This commit is contained in:
parent
ad196291b4
commit
37f6661a60
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue