# HG changeset patch # User Jim Blandy # Date 730390585 0 # Node ID 87f63305319fbe75c07c7de3914bac36e52fc007 # Parent 6eb6b48f6bf18eba115cbb171426d0048ce9545e * subr.el (string-to-int): Make this an alias for string-to-number. diff -r 6eb6b48f6bf1 -r 87f63305319f lisp/subr.el --- a/lisp/subr.el Mon Feb 22 14:15:34 1993 +0000 +++ b/lisp/subr.el Mon Feb 22 14:16:25 1993 +0000 @@ -244,6 +244,10 @@ (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.