From f58af89963db89986cc4db8c9a06bc1cfbf59e16 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Fri, 26 Nov 2004 22:33:19 +0000 Subject: [PATCH] (calc-last-why-command): Declare it. --- lisp/calc/calc-misc.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/calc/calc-misc.el b/lisp/calc/calc-misc.el index 082bc8826e7..07d5c8a157f 100644 --- a/lisp/calc/calc-misc.el +++ b/lisp/calc/calc-misc.el @@ -231,6 +231,9 @@ Calc user interface as before (either M-# C or M-# K; initially M-# C)." ;;;; Stack and buffer management. +;; The variable calc-last-why-command is set in calc-do-handly-whys +;; and used in calc-why (in calc-stuff.el). +(defvar calc-last-why-command) (defun calc-do-handle-whys () (setq calc-why (sort calc-next-why -- 2.39.2