From 027a4b6b3fd229f8aea323f59cb246d99deb8a75 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 16 May 2005 11:34:49 +0000 Subject: Replace `string-to-int' by `string-to-number'. --- lisp/emacs-lisp/re-builder.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/re-builder.el') diff --git a/lisp/emacs-lisp/re-builder.el b/lisp/emacs-lisp/re-builder.el index 1c8d12fef0e..a2aed39d00a 100644 --- a/lisp/emacs-lisp/re-builder.el +++ b/lisp/emacs-lisp/re-builder.el @@ -557,7 +557,7 @@ optional fourth argument FORCE is non-nil." (interactive) (setq reb-subexp-displayed - (or subexp (string-to-int (format "%c" last-command-char)))) + (or subexp (string-to-number (format "%c" last-command-char)))) (reb-update-modestring) (reb-do-update reb-subexp-displayed)) -- cgit v1.2.3