Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7c643369
Commit
7c643369
authored
Aug 16, 2011
by
Feng Li
Committed by
Jay Belanger
Aug 16, 2011
Browse files
* calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
parent
db76dd85
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/calc/calc-ext.el
lisp/calc/calc-ext.el
+1
-1
No files found.
lisp/ChangeLog
View file @
7c643369
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):
...
...
lisp/calc/calc-ext.el
View file @
7c643369
...
...
@@ -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))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment