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-poly.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-poly.el
Date: Wed, 17 Nov 2004 14:32:27 -0500

Index: emacs/lisp/calc/calc-poly.el
diff -c emacs/lisp/calc/calc-poly.el:1.7 emacs/lisp/calc/calc-poly.el:1.8
*** emacs/lisp/calc/calc-poly.el:1.7    Tue Nov  9 20:30:40 2004
--- emacs/lisp/calc/calc-poly.el        Wed Nov 17 19:23:01 2004
***************
*** 3,10 ****
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
! ;; Maintainers: D. Goel <address@hidden>
! ;;              Colin Walters <address@hidden>
  
  ;; This file is part of GNU Emacs.
  
--- 3,9 ----
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
! ;; Maintainer: Jay Belanger <address@hidden>
  
  ;; This file is part of GNU Emacs.
  
***************
*** 152,157 ****
--- 151,162 ----
      (math-poly-gcd pn pd)))
  
  ;;; Return only quotient to top of stack (nil if zero)
+ 
+ ;; calc-poly-div-remainder is a local variable for 
+ ;; calc-poly-div (in calc-alg.el), but is used by
+ ;; calcFunc-pdiv, which is called by calc-poly-div.
+ (defvar calc-poly-div-remainder)
+ 
  (defun calcFunc-pdiv (pn pd &optional base)
    (let* ((calc-prefer-frac t)
         (math-poly-modulus (math-poly-modulus pn pd))




reply via email to

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