diff lisp/term/x-win.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 eaa9acd9122c
children 610368af46b3 21eea50897a7 f042e7c0fe20
line wrap: on
line diff
--- a/lisp/term/x-win.el	Mon May 16 10:07:59 2005 +0000
+++ b/lisp/term/x-win.el	Mon May 16 11:33:47 2005 +0000
@@ -105,7 +105,7 @@
 	(let ((param (nth 3 aelt)))
 	  (setq default-frame-alist
 		(cons (cons param
-			    (string-to-int (car x-invocation-args)))
+			    (string-to-number (car x-invocation-args)))
 		      default-frame-alist)
 		x-invocation-args
 		(cdr x-invocation-args))))))