emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-bin.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-bin.el
Date: Mon, 02 May 2005 15:41:27 -0400

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 <address@hidden>
  ;; Maintainer: Jay Belanger <address@hidden>
--- 1,6 ----
  ;;; calc-bin.el --- binary functions for Calc
  
! ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2005 Free Software Foundation, 
Inc.
  
  ;; Author: David Gillespie <address@hidden>
  ;; Maintainer: Jay Belanger <address@hidden>
***************
*** 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]