From be625312b07425bd0d399bc5f35c3424539763fb Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Thu, 19 May 2005 12:50:15 +0000 Subject: [PATCH] (calc-graph-format-data): Make sure var-PlotRejects is bound before trying to check its value. --- lisp/calc/calc-graph.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/calc/calc-graph.el b/lisp/calc/calc-graph.el index 09bea69cf73..113cdcd33bc 100644 --- a/lisp/calc/calc-graph.el +++ b/lisp/calc/calc-graph.el @@ -864,6 +864,7 @@ "e" (int-to-string (nth 2 calc-graph-zval)))))) (insert "\n")) (and (not (equal calc-graph-zval '(skip))) + (boundp 'var-PlotRejects) (eq (car-safe var-PlotRejects) 'vec) (nconc var-PlotRejects (list (list 'vec -- 2.39.5