Mercurial > emacs
changeset 2428:83319ce2d2f3
* subr.el (int-to-string): Make this an alias for the subr
number-to-string.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 30 Mar 1993 21:12:44 +0000 |
parents | ed2ea3a2fc36 |
children | 96b55f2f19cd |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.