mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(calc-any-evaltos): Initialize to nil, since
calc-refresh-evaltos appears to need this.
This commit is contained in:
parent
4e5cdb4f42
commit
11bfbbd26e
@ -1,3 +1,8 @@
|
||||
2002-10-29 David Kastrup <dak@lola.goethe.zz>
|
||||
|
||||
* calc/calc.el (calc-any-evaltos): Initialize to nil, since
|
||||
calc-refresh-evaltos appears to need this.
|
||||
|
||||
2002-10-28 Dave Love <fx@gnu.org>
|
||||
|
||||
* international/mule-diag.el (non-iso-charset-alist): Move to
|
||||
|
@ -1615,7 +1615,7 @@ See calc-keypad for details."
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user