Replace string-to-int' by string-to-number'.

This commit is contained in:
Juanma Barranquero 2005-05-16 11:34:49 +00:00
parent 216d380630
commit 027a4b6b3f
58 changed files with 570 additions and 491 deletions

View file

@ -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))