(calc-do-quick-calc): Use kill-new to append string to kill-ring.
authorJay Belanger <jay.p.belanger@gmail.com>
Thu, 11 Nov 2004 05:48:50 +0000 (05:48 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Thu, 11 Nov 2004 05:48:50 +0000 (05:48 +0000)
commit3cedbf72177e9126af44caa02be0ccd27a5cd6bc
tree95191f9878808fc4db9e363cd1f9af7d5f11f68e
parent32a0479a9d9bffd3c1a8e29b5e682669ce38073a
(calc-do-quick-calc):  Use kill-new to append string to kill-ring.

(calc-alg-exp, math-toks, math-exp-pos,math-exp-old-pos)
(math-exp-token, math-exp-keep-spaces, math-exp-str):  New variables.

(calc-do-alg-entry, calcAlg-equals, calcAlg-edit, calcAlg-enter):  Use
declared variable calc-alg-exp.

(math-build-parse-table, math-find-user-token):  Use declared variable
math-toks.

(math-read-exprs, math-read-token, calc-check-user-syntax,
calc-match-user-syntax, match-factor-after, math-read-factor):  Use
declared variables math-exp-pos math-exp-old-pos.

(math-read-exprs, math-read-token, math-read-expr-level)
(calc-check-user-syntax, calc-match-user-syntax, match-factor-after)
(math-read-factor):  Use declared variable math-exp-token.

(math-read-exprs, math-read-expr-list, math-read-token,
math-read-factor):  Use declared variable math-exp-keep-spaces.

(math-read-exprs, math-read-token):  Use declared variable
math-exp-str.

(calc-match-user-syntax):  Made m a local variable.
lisp/calc/calc-aent.el