From: Feng Li Date: Tue, 16 Aug 2011 22:33:57 +0000 (-0500) Subject: * calc/calc-ext.el (math-defintegral-2): Remove nested backquote. X-Git-Tag: emacs-pretest-24.0.90~104^2~124^2~27 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c643369dd55f5319da9b74b39f9d7a412c28330;p=emacs.git * calc/calc-ext.el (math-defintegral-2): Remove nested backquote. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a18344766f5..3f603a6ad64 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-08-16 Feng Li (tiny change) + + * calc/calc-ext.el (math-defintegral-2): Remove nested backquote. + 2011-08-16 Alan Mackenzie * progmodes/cc-engine.el (c-state-cache-non-literal-place): diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el index 6e05cdb07e5..8b816665d97 100644 --- a/lisp/calc/calc-ext.el +++ b/lisp/calc/calc-ext.el @@ -2887,7 +2887,7 @@ If X is not an error form, return 1." (cons 'progn (mapcar #'(lambda (func) `(put ',func 'math-integral-2 - `(nconc + (nconc (get ',func 'math-integral-2) (list #'(lambda (u v) ,@code))))) (if (symbolp funcs) (list funcs) funcs))))