[Zooimage-commits] r83 - pkg/zooimage/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Apr 20 14:50:15 CEST 2009


Author: romain
Date: 2009-04-20 14:50:15 +0200 (Mon, 20 Apr 2009)
New Revision: 83

Modified:
   pkg/zooimage/R/programs.R
Log:
editor appeared twice

Modified: pkg/zooimage/R/programs.R
===================================================================
--- pkg/zooimage/R/programs.R	2009-04-15 18:04:36 UTC (rev 82)
+++ pkg/zooimage/R/programs.R	2009-04-20 12:50:15 UTC (rev 83)
@@ -148,13 +148,6 @@
 # }}}
 
 # {{{ editor
-#' similiar to edit, but tries to use the ZIEditor option instead
-editor <- function( file ){
-	
-	
-}
-# }}}
-# {{{ editor
 editor <- function( file, editor = getOption("ZIEditor" ) ){
 	if( !file.exists( editor ) ){
 		editor <- getOption( "editor" )



More information about the Zooimage-commits mailing list