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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-alg.el
Date: Tue, 09 Jul 2002 05:55:16 -0400

Index: emacs/lisp/calc/calc-alg.el
diff -c emacs/lisp/calc/calc-alg.el:1.3 emacs/lisp/calc/calc-alg.el:1.4
*** emacs/lisp/calc/calc-alg.el:1.3     Mon Nov 19 02:31:38 2001
--- emacs/lisp/calc/calc-alg.el Tue Jul  9 05:55:16 2002
***************
*** 1294,1300 ****
  
  ;;; Simple operations on expressions.
  
! ;;; Return number of ocurrences of thing in expr, or nil if none.
  (defun math-expr-contains-count (expr thing)
    (cond ((equal expr thing) 1)
        ((Math-primp expr) nil)
--- 1294,1300 ----
  
  ;;; Simple operations on expressions.
  
! ;;; Return number of occurrences of thing in expr, or nil if none.
  (defun math-expr-contains-count (expr thing)
    (cond ((equal expr thing) 1)
        ((Math-primp expr) nil)



reply via email to

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