diff options
| author | Glenn Morris <rgm@gnu.org> | 2012-09-13 14:41:21 -0400 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2012-09-13 14:41:21 -0400 |
| commit | 6a2e6868361c901f5c93f45df84622a1a9dbb889 (patch) | |
| tree | 4929d79dedbf41fdec40007d00f5fef1c2bbb338 /lisp/calc/calc-ext.el | |
| parent | b9800ec43b3e7f17cde08dc890afa690185cf9aa (diff) | |
| download | emacs-6a2e6868361c901f5c93f45df84622a1a9dbb889.tar.gz | |
Update some function declarations
* lisp/calc/calc-ext.el (math-compose-expr):
* lisp/calc/calc.el (math-compose-expr):
* lisp/progmodes/cc-defs.el (cl-macroexpand-all):
* lisp/progmodes/cc-langs.el (delete-duplicates, mapcan)
(cl-macroexpand-all): Update declarations.
Diffstat (limited to 'lisp/calc/calc-ext.el')
| -rw-r--r-- | lisp/calc/calc-ext.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el index 7089070df59..2fd5ad6fd9c 100644 --- a/lisp/calc/calc-ext.el +++ b/lisp/calc/calc-ext.el @@ -61,7 +61,7 @@ (declare-function math-vector-is-string "calccomp" (a)) (declare-function math-vector-to-string "calccomp" (a &optional quoted)) (declare-function math-format-radix-float "calc-bin" (a prec)) -(declare-function math-compose-expr "calccomp" (a prec)) +(declare-function math-compose-expr "calccomp" (a prec &optional div)) (declare-function math-abs "calc-arith" (a)) (declare-function math-format-bignum-binary "calc-bin" (a)) (declare-function math-format-bignum-octal "calc-bin" (a)) |
