Mercurial > emacs
changeset 48055:dd72f9547abd
(calc-any-evaltos): Initialize to nil, since
calc-refresh-evaltos appears to need this.
author | David Kastrup <dak@gnu.org> |
---|---|
date | Tue, 29 Oct 2002 00:29:38 +0000 |
parents | b302909e7e67 |
children | b7d3becbb739 |
files | lisp/calc/calc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc.el Mon Oct 28 23:38:07 2002 +0000 +++ b/lisp/calc/calc.el Tue Oct 29 00:29:38 2002 +0000 @@ -1615,7 +1615,7 @@ stack (cdr stack)))))) (and calc-embedded-info (calc-embedded-stack-change))) -(defvar calc-any-evaltos) +(defvar calc-any-evaltos nil) (defun calc-refresh (&optional align) (interactive) (and (eq major-mode 'calc-mode)