emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/calc calc-graph.el


From: Jay Belanger
Subject: [Emacs-diffs] emacs/lisp/calc calc-graph.el
Date: Fri, 20 Nov 2009 00:58:28 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jay Belanger <jpb>      09/11/20 00:58:28

Modified files:
        lisp/calc      : calc-graph.el 

Log message:
        (calc-graph-plot): Let `calc-twos-complement-mode' be nil.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/calc/calc-graph.el?cvsroot=emacs&r1=1.35&r2=1.36

Patches:
Index: calc-graph.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-graph.el,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- calc-graph.el       28 Oct 2009 18:35:37 -0000      1.35
+++ calc-graph.el       20 Nov 2009 00:58:28 -0000      1.36
@@ -505,6 +505,7 @@
                 (let ((calc-group-digits nil)
                       (calc-leading-zeros nil)
                       (calc-number-radix 10)
+                       (calc-twos-complement-mode nil)
                       (entry (and (not calc-graph-is-splot)
                                   (list calc-graph-xp calc-graph-yp 
calc-graph-xhigh calc-graph-numsteps))))
                   (or (equal entry




reply via email to

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