1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(math-defsimplify): Changed the argument in the created function to

math-simplify-expr.
This commit is contained in:
Jay Belanger 2004-11-17 19:22:31 +00:00
parent 0c90894530
commit e528df0df8

View File

@ -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 @@ 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)