Mercurial > emacs
changeset 72036:b0e0cacf6e6a
(calc-previous-alg-entry): Remove variable.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Thu, 20 Jul 2006 20:22:18 +0000 |
parents | 66d6bb15eb58 |
children | 52f1e8d569ad |
files | lisp/calc/calc.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc.el Thu Jul 20 13:33:59 2006 +0000 +++ b/lisp/calc/calc.el Thu Jul 20 20:22:18 2006 +0000 @@ -886,7 +886,6 @@ "Formatting function used for non-decimal numbers.") (defvar calc-last-kill nil) ; Last number killed in calc-mode. -(defvar calc-previous-alg-entry nil) ; Previous algebraic entry. (defvar calc-dollar-values nil) ; Values to be used for '$'. (defvar calc-dollar-used nil) ; Highest order of '$' that occurred. (defvar calc-hashes-used nil) ; Highest order of '#' that occurred.