comparison scripts/plot/util/private/__print_parse_opts__.m @ 19596:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 2058d87174c8 fe689210525c
children 4197fc428c7d
comparison
equal deleted inserted replaced
19592:37d37297acf8 19596:0e1f5a750d00
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)))