diff scripts/miscellaneous/open.m @ 19890:5c1a38089f89

Change open_with_system_app to internal function. * sysdep.cc (Fopen_with_system_app): Rename function to __open_with_system_app__. * open.m: Rename instance to __open_with_system_app__.
author Rik <rik@octave.org>
date Tue, 24 Feb 2015 21:22:28 -0800
parents 9fc020886ae9
children df437a52bcaf
line wrap: on
line diff
--- a/scripts/miscellaneous/open.m	Tue Feb 24 21:06:54 2015 -0800
+++ b/scripts/miscellaneous/open.m	Tue Feb 24 21:22:28 2015 -0800
@@ -67,7 +67,7 @@
       error ("executing .exe files is only supported on Windows systems");
     endif
   else
-    open_with_system_app (file);
+    __open_with_system_app__ (file);
   endif
 
 endfunction