changeset 1903:87f63305319f

* subr.el (string-to-int): Make this an alias for string-to-number.
author Jim Blandy <jimb@redhat.com>
date Mon, 22 Feb 1993 14:16:25 +0000
parents 6eb6b48f6bf1
children cca15d76f3e5
files lisp/subr.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.