comparison scripts/plot/util/private/__print_parse_opts__.m @ 19628:fe689210525c gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:05:42 -0500
parents f88ee85d4da9 446c46af4b42
children 0e1f5a750d00
comparison
equal deleted inserted replaced
19624:6d75f1683ce8 19628:fe689210525c
320 arg_st.ghostscript.epscrop = ! arg_st.loose; 320 arg_st.ghostscript.epscrop = ! arg_st.loose;
321 endif 321 endif
322 322
323 if (arg_st.send_to_printer) 323 if (arg_st.send_to_printer)
324 if (isempty (arg_st.name)) 324 if (isempty (arg_st.name))
325 ## Pipe the ghostscript output 325 ## Pipe the ghostscript output
326 arg_st.name = "-"; 326 arg_st.name = "-";
327 else 327 else
328 error ("print: a file name may not specified when spooling to a printer") 328 error ("print: a file name may not specified when spooling to a printer")
329 endif 329 endif
330 if (! any (strcmp (arg_st.devopt, gs_device_list)) 330 if (! any (strcmp (arg_st.devopt, gs_device_list))