From: Jay Belanger Date: Wed, 17 Nov 2004 19:22:31 +0000 (+0000) Subject: (math-defsimplify): Changed the argument in the created function to X-Git-Tag: ttn-vms-21-2-B4~3862 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e528df0df81580e8bb6d6ed1b45ab1948d7b5cd5;p=emacs.git (math-defsimplify): Changed the argument in the created function to math-simplify-expr. --- diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el index 77057fd4a7a..249e6bc2b79 100644 --- a/lisp/calc/calc-ext.el +++ b/lisp/calc/calc-ext.el @@ -3,8 +3,7 @@ ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004 Free Software Foundation, Inc. ;; Author: David Gillespie -;; Maintainers: D. Goel -;; Colin Walters +;; Maintainer: Jay Belanger ;; This file is part of GNU Emacs. @@ -2601,7 +2600,7 @@ calc-kill calc-kill-region calc-yank)))) (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)