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-ext.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-ext.el [lexbind]
Date: Wed, 08 Dec 2004 18:48:55 -0500

Index: emacs/lisp/calc/calc-ext.el
diff -c emacs/lisp/calc/calc-ext.el:1.10.2.6 
emacs/lisp/calc/calc-ext.el:1.10.2.7
*** emacs/lisp/calc/calc-ext.el:1.10.2.6        Fri Nov 12 04:21:20 2004
--- emacs/lisp/calc/calc-ext.el Wed Dec  8 23:31:44 2004
***************
*** 3,10 ****
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004 Free Software 
Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
! ;; Maintainers: D. Goel <address@hidden>
! ;;              Colin Walters <address@hidden>
  
  ;; This file is part of GNU Emacs.
  
--- 3,9 ----
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004 Free Software 
Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
! ;; Maintainer: Jay Belanger <address@hidden>
  
  ;; This file is part of GNU Emacs.
  
***************
*** 2601,2607 ****
                                 (list 'get (list 'quote func) ''math-simplify)
                                 (list 'list
                                       (list 'function
!                                            (append '(lambda (expr))
                                                     code)))))))
                  (if (symbolp funcs) (list funcs) funcs))))
  (put 'math-defsimplify 'lisp-indent-hook 1)
--- 2600,2606 ----
                                 (list 'get (list 'quote func) ''math-simplify)
                                 (list 'list
                                       (list 'function
!                                            (append '(lambda 
(math-simplify-expr))
                                                     code)))))))
                  (if (symbolp funcs) (list funcs) funcs))))
  (put 'math-defsimplify 'lisp-indent-hook 1)




reply via email to

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