Index: emacs/lisp/calc/calc-bin.el
diff -c emacs/lisp/calc/calc-bin.el:1.10 emacs/lisp/calc/calc-bin.el:1.11
*** emacs/lisp/calc/calc-bin.el:1.10    Tue Nov 30 17:02:05 2004
--- emacs/lisp/calc/calc-bin.el Mon May  2 19:41:27 2005
***************
*** 1,6 ****
  ;;; calc-bin.el --- binary functions for Calc
  
! ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <[EMAIL PROTECTED]>
  ;; Maintainer: Jay Belanger <[EMAIL PROTECTED]>
--- 1,6 ----
  ;;; calc-bin.el --- binary functions for Calc
  
! ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2005 Free Software Foundation, 
Inc.
  
  ;; Author: David Gillespie <[EMAIL PROTECTED]>
  ;; Maintainer: Jay Belanger <[EMAIL PROTECTED]>
***************
*** 135,141 ****
               (if (equal n "")
                   calc-word-size
                 (if (string-match "\\`[-+]?[0-9]+\\'" n)
!                    (string-to-int n)
                   (error "Expected an integer")))
             (prefix-numeric-value n)))
     (or (= n calc-word-size)
--- 135,141 ----
               (if (equal n "")
                   calc-word-size
                 (if (string-match "\\`[-+]?[0-9]+\\'" n)
!                    (string-to-number n)
                   (error "Expected an integer")))
             (prefix-numeric-value n)))
     (or (= n calc-word-size)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to