mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
* subr.el (string-to-int): Make this an alias for
string-to-number.
This commit is contained in:
parent
ad196291b4
commit
37f6661a60
@ -244,6 +244,10 @@ Accept any number of arguments, but ignore them."
|
|||||||
(fset 'backward-delete-char 'delete-backward-char)
|
(fset 'backward-delete-char 'delete-backward-char)
|
||||||
(fset 'search-forward-regexp (symbol-function 're-search-forward))
|
(fset 'search-forward-regexp (symbol-function 're-search-forward))
|
||||||
(fset 'search-backward-regexp (symbol-function 're-search-backward))
|
(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
|
;;; global-map, esc-map, and ctl-x-map have their values set up
|
||||||
;;; in keymap.c.
|
;;; in keymap.c.
|
||||||
|
Loading…
Reference in New Issue
Block a user