changeset 58301:4a12728aef72

(math-defsimplify): Changed the argument in the created function to math-simplify-expr.
author Jay Belanger <jay.p.belanger@gmail.com>
date Wed, 17 Nov 2004 19:22:31 +0000
parents 7b70b40dbfc7
children 78096f4dea9d
files lisp/calc/calc-ext.el
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calc/calc-ext.el	Wed Nov 17 19:21:57 2004 +0000
+++ b/lisp/calc/calc-ext.el	Wed Nov 17 19:22:31 2004 +0000
@@ -3,8 +3,7 @@
 ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <daveg@synaptics.com>
-;; Maintainers: D. Goel <deego@gnufans.org>
-;;              Colin Walters <walters@debian.org>
+;; Maintainer: Jay Belanger <belanger@truman.edu>
 
 ;; This file is part of GNU Emacs.
 
@@ -2601,7 +2600,7 @@
 				 (list 'get (list 'quote func) ''math-simplify)
 				 (list 'list
 				       (list 'function
-					     (append '(lambda (expr))
+					     (append '(lambda (math-simplify-expr))
 						     code)))))))
 		  (if (symbolp funcs) (list funcs) funcs))))
 (put 'math-defsimplify 'lisp-indent-hook 1)