diff lisp/faces.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 3eeae124dcab
children e371d32adcb5
line wrap: on
line diff
--- a/lisp/faces.el	Mon May 16 10:07:59 2005 +0000
+++ b/lisp/faces.el	Mon May 16 11:33:47 2005 +0000
@@ -1014,7 +1014,7 @@
 	  ((member new-value '("unspecified-fg" "unspecified-bg"))
 	   new-value)
 	  (t
-	   (string-to-int new-value)))))
+	   (string-to-number new-value)))))
 
 
 (defun read-face-attribute (face attribute &optional frame)