mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(calc-graph-format-data): Make sure var-PlotRejects is bound before
trying to check its value.
This commit is contained in:
parent
9adfabc2a8
commit
be625312b0
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue