emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/calculator.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calculator.el,v
Date: Sun, 27 Apr 2008 01:20:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/27 01:20:11

Index: calculator.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calculator.el,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- calculator.el       10 Apr 2008 14:09:34 -0000      1.34
+++ calculator.el       27 Apr 2008 01:20:10 -0000      1.35
@@ -5,7 +5,7 @@
 
 ;; Author: Eli Barzilay <address@hidden>
 ;; Keywords: tools, convenience
-;; Time-stamp: <2007-08-31 03:00:11 ttn>
+;; Time-stamp: <Sat 26-Apr-2008 18:18:44 gm on grasmoor>
 
 ;; This file is part of GNU Emacs.
 
@@ -1806,7 +1806,7 @@
       ;; The range errors come from large integer y.
       ((< y 0.0)
        0.0)
-      ((oddp (truncate y))
+      ((not (zerop (% (truncate y) 2)))
        ;; If y is odd
        -1.0e+INF)
       (t




reply via email to

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