* subr.el (int-to-string): Make this an alias for the subr
authorJim Blandy <jimb@redhat.com>
Tue, 30 Mar 1993 21:12:44 +0000 (21:12 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 30 Mar 1993 21:12:44 +0000 (21:12 +0000)
number-to-string.

lisp/subr.el

index e6ec3b3..88fbb51 100644 (file)
@@ -353,6 +353,7 @@ 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))
+(fset 'int-to-string 'number-to-string)
 
 ;;; Should this be an obsolete name?  If you decide it should, you get
 ;;; to go through all the sources and change them.