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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-forms.el
Date: Thu, 20 Dec 2001 13:48:47 -0500

Index: emacs/lisp/calc/calc-forms.el
diff -c emacs/lisp/calc/calc-forms.el:1.3 emacs/lisp/calc/calc-forms.el:1.4
*** emacs/lisp/calc/calc-forms.el:1.3   Mon Nov 19 02:33:36 2001
--- emacs/lisp/calc/calc-forms.el       Thu Dec 20 13:48:47 2001
***************
*** 1475,1481 ****
  
  
  ;;; Compute the date a certain number of business days since Jan 1, 1 AD.
! ;;; If this returns NIL, holiday table was adjusted; redo calculation.
  
  (defun math-from-business-day (num)
    (let* ((day (math-floor num))
--- 1475,1481 ----
  
  
  ;;; Compute the date a certain number of business days since Jan 1, 1 AD.
! ;;; If this returns nil, holiday table was adjusted; redo calculation.
  
  (defun math-from-business-day (num)
    (let* ((day (math-floor num))



reply via email to

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