emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

A bug in trunk/lisp/calc/calc-ext.el


From: Feng Li
Subject: A bug in trunk/lisp/calc/calc-ext.el
Date: Mon, 15 Aug 2011 23:19:42 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi guys,

I found a bug in calc which prevents many of the calc functions to load
correctly. It's actually quite easy to fix. Here's the patch:

=== modified file 'lisp/calc/calc-ext.el'
*** lisp/calc/calc-ext.el       2011-05-23 17:57:17 +0000
--- lisp/calc/calc-ext.el       2011-08-15 15:29:31 +0000
***************
*** 2887,2893 ****
    (cons 'progn
          (mapcar #'(lambda (func)
                      `(put ',func 'math-integral-2
!                           `(nconc
                              (get ',func 'math-integral-2)
                              (list #'(lambda (u v) ,@code)))))
                  (if (symbolp funcs) (list funcs) funcs))))
--- 2887,2893 ----
    (cons 'progn
          (mapcar #'(lambda (func)
                      `(put ',func 'math-integral-2
!                           (nconc
                              (get ',func 'math-integral-2)
                              (list #'(lambda (u v) ,@code)))))
                  (if (symbolp funcs) (list funcs) funcs))))

--
Feng Li




reply via email to

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