The R Project SVN R

Rev

Rev 60753 | Rev 67189 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60753 Rev 60815
Line 125... Line 125...
125
{
125
{
126
    error(_("X11 is not available"));
126
    error(_("X11 is not available"));
127
    return R_NilValue;
127
    return R_NilValue;
128
}
128
}
129
 
129
 
130
SEXP attribute_hidden do_saveplot(SEXP call, SEXP op, SEXP args, SEXP rho)
130
SEXP do_saveplot(SEXP call, SEXP op, SEXP args, SEXP rho)
131
{
131
{
132
    error(_("X11 is not available"));
132
    error(_("X11 is not available"));
133
    return R_NilValue;
133
    return R_NilValue;
134
}
134
}
135
 
135