Index: emacs/lisp/calc/calc-graph.el
diff -c emacs/lisp/calc/calc-graph.el:1.18 emacs/lisp/calc/calc-graph.el:1.19
*** emacs/lisp/calc/calc-graph.el:1.18  Mon May  2 19:44:07 2005
--- emacs/lisp/calc/calc-graph.el       Thu May 19 12:50:15 2005
***************
*** 864,869 ****
--- 864,870 ----
                          "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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to