/[emacs]/emacs/lisp/calc/calc-ext.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc-ext.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10.2.6 by miles, Fri Nov 12 04:21:20 2004 UTC revision 1.10.2.7 by miles, Wed Dec 8 23:31:44 2004 UTC
# Line 3  Line 3 
3  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004 Free Software Foundation, Inc.  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004 Free Software Foundation, Inc.
4    
5  ;; Author: David Gillespie <daveg@synaptics.com>  ;; Author: David Gillespie <daveg@synaptics.com>
6  ;; Maintainers: D. Goel <deego@gnufans.org>  ;; Maintainer: Jay Belanger <belanger@truman.edu>
 ;;              Colin Walters <walters@debian.org>  
7    
8  ;; This file is part of GNU Emacs.  ;; This file is part of GNU Emacs.
9    
# Line 2601  calc-kill calc-kill-region calc-yank)))) Line 2600  calc-kill calc-kill-region calc-yank))))
2600                                   (list 'get (list 'quote func) ''math-simplify)                                   (list 'get (list 'quote func) ''math-simplify)
2601                                   (list 'list                                   (list 'list
2602                                         (list 'function                                         (list 'function
2603                                               (append '(lambda (expr))                                               (append '(lambda (math-simplify-expr))
2604                                                       code)))))))                                                       code)))))))
2605                    (if (symbolp funcs) (list funcs) funcs))))                    (if (symbolp funcs) (list funcs) funcs))))
2606  (put 'math-defsimplify 'lisp-indent-hook 1)  (put 'math-defsimplify 'lisp-indent-hook 1)

Legend:
Removed from v.1.10.2.6  
changed lines
  Added in v.1.10.2.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26