# HG changeset patch # User Jim Blandy # Date 733525964 0 # Node ID 83319ce2d2f3b4bac0e8a60f0621b456422748c5 # Parent ed2ea3a2fc361c4e926eb03951254c7bbf8d9be7 * subr.el (int-to-string): Make this an alias for the subr number-to-string. diff -r ed2ea3a2fc36 -r 83319ce2d2f3 lisp/subr.el --- a/lisp/subr.el Tue Mar 30 20:33:58 1993 +0000 +++ b/lisp/subr.el Tue Mar 30 21:12:44 1993 +0000 @@ -353,6 +353,7 @@ (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.