diff lisp/progmodes/ps-mode.el @ 62402:a7e02ef1e3d6

Replace `string-to-int' by `string-to-number'.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 16 May 2005 11:33:47 +0000
parents 695cf19ef79e
children 545e1eb57222 f042e7c0fe20
line wrap: on
line diff
--- a/lisp/progmodes/ps-mode.el	Mon May 16 10:07:59 2005 +0000
+++ b/lisp/progmodes/ps-mode.el	Mon May 16 11:33:47 2005 +0000
@@ -1173,7 +1173,7 @@
 	(let (i)
 	  (setq
 	   i
-	   (string-to-int
+	   (string-to-number
 	    (buffer-substring (match-beginning 0) (match-end 0))))
 	  (goto-char p)
 	  (pop-to-buffer ps-run-parent)