emacs/lisp/calc
Stefan Kangas 030ad21afe Don't quote lambdas with 'function' in calc/*.el
* lisp/calc/calc-aent.el (calc-do-quick-calc)
(calc-do-calc-eval, math-build-parse-table):
* lisp/calc/calc-alg.el (math-polynomial-base):
* lisp/calc/calc-alg.el (math-is-poly-rec):
* lisp/calc/calc-arith.el (calcFunc-scf):
* lisp/calc/calc-arith.el (math-ceiling, math-round):
* lisp/calc/calc-arith.el (math-trunc-fancy, math-floor-fancy):
* lisp/calc/calc-ext.el (calc-init-extensions, calc-reset)
(calc-refresh-top, calc-z-prefix-help, calc-binary-op-fancy)
(calc-unary-op-fancy):
* lisp/calc/calc-forms.el (math-make-mod):
* lisp/calc/calc-frac.el (calcFunc-frac):
* lisp/calc/calc-funcs.el (calcFunc-euler):
* lisp/calc/calc-help.el (calc-full-help):
* lisp/calc/calc-lang.el (c, pascal, fortran, tex, latex, eqn)
(yacas, maxima, giac, math, maple):
* lisp/calc/calc-macs.el (calc-wrapper, calc-slow-wrapper):
* lisp/calc/calc-map.el (calc-get-operator, calcFunc-mapeqr)
(calcFunc-reducea, calcFunc-rreducea, calcFunc-reduced)
(calcFunc-rreduced, calcFunc-outer):
* lisp/calc/calc-misc.el (another-calc, calc-do-handle-whys):
* lisp/calc/calc-mode.el (calc-save-modes):
* lisp/calc/calc-mtx.el (math-col-matrix, math-mul-mat-vec):
* lisp/calc/calc-poly.el (math-sort-terms, math-poly-div-list)
(math-mul-list, math-sort-poly-base-list)
(math-partial-fractions):
* lisp/calc/calc-prog.el (calc-user-define-formula):
* lisp/calc/calc-rewr.el (math-rewrite, math-compile-patterns)
(math-compile-rewrites, math-parse-schedule)
(math-rwcomp-pattern):
* lisp/calc/calc-store.el (calc-var-name-map, calc-let)
(calc-permanent-variable, calc-insert-variables):
* lisp/calc/calc-stuff.el (calc-flush-caches, calcFunc-pclean)
(calcFunc-pfrac):
* lisp/calc/calc-units.el (math-build-units-table)
(math-decompose-units):
* lisp/calc/calc-vec.el (calcFunc-mrow, math-mat-col)
(calcFunc-mcol, math-mat-less-col, math-mimic-ident):
* lisp/calc/calc-yank.el (calc-edit):
* lisp/calc/calc.el
(calc-mode-var-list-restore-default-values)
(calc-mode-var-list-restore-saved-values, calc-mode, calc-quit):
* lisp/calc/calccomp.el (math-compose-expr)
(math-compose-matrix, math-vector-to-string): Don't quote lambdas with
'function'.
2020-11-17 13:00:27 +01:00
..
calc-aent.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-alg.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-arith.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-bin.el Calc: allow infinite binary word size (bug#43764) 2020-10-13 11:29:01 +02:00
calc-comb.el * lisp/calc/: Use lexical scoping in all the files 2020-10-10 16:00:51 -04:00
calc-cplx.el * lisp/calc/: Use lexical scoping in all the files 2020-10-10 16:00:51 -04:00
calc-embed.el * lisp/calc/: Use lexical scoping in all the files 2020-10-10 16:00:51 -04:00
calc-ext.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-fin.el * lisp/calc/: Use lexical scoping in all the files 2020-10-10 16:00:51 -04:00
calc-forms.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-frac.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-funcs.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-graph.el * lisp/calc: Fix a few issues introduced by lexical scoping 2020-10-14 18:03:52 -04:00
calc-help.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-incom.el * lisp/calc/: Use lexical scoping in all the files 2020-10-10 16:00:51 -04:00
calc-keypd.el * lisp/calc/: Use lexical scoping in all the files 2020-10-10 16:00:51 -04:00
calc-lang.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-macs.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-map.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-math.el * lisp/calc/: Use lexical scoping in all the files 2020-10-10 16:00:51 -04:00
calc-menu.el * lisp/calc/: Use lexical scoping in all the files 2020-10-10 16:00:51 -04:00
calc-misc.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-mode.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-mtx.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-nlfit.el * lisp/calc: Fix a few issues introduced by lexical scoping 2020-10-14 18:03:52 -04:00
calc-poly.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-prog.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-rewr.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-rules.el * lisp/calc/: Use lexical scoping in all the files 2020-10-10 16:00:51 -04:00
calc-sel.el * lisp/calc: Fix a few issues introduced by lexical scoping 2020-10-14 18:03:52 -04:00
calc-stat.el * lisp/calc/: Use lexical scoping in all the files 2020-10-10 16:00:51 -04:00
calc-store.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-stuff.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-trail.el * lisp/calc/: Use lexical scoping in all the files 2020-10-10 16:00:51 -04:00
calc-undo.el * lisp/calc/: Use lexical scoping in all the files 2020-10-10 16:00:51 -04:00
calc-units.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-vec.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc-yank.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calc.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calcalg2.el Don't quote lambdas in calc/calcalg{2,3}.el 2020-11-16 16:53:24 +01:00
calcalg3.el Don't quote lambdas in calc/calcalg{2,3}.el 2020-11-16 16:53:24 +01:00
calccomp.el Don't quote lambdas with 'function' in calc/*.el 2020-11-17 13:00:27 +01:00
calcsel2.el * lisp/calc: Fix a few issues introduced by lexical scoping 2020-10-14 18:03:52 -04:00