1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* calc/calc-ext.el (math-defintegral-2): Remove nested backquote.

This commit is contained in:
Feng Li 2011-08-16 17:33:57 -05:00 committed by Jay Belanger
parent db76dd852e
commit 7c643369dd
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
* calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
2011-08-16 Alan Mackenzie <acm@muc.de>
* progmodes/cc-engine.el (c-state-cache-non-literal-place):

View file

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