changeset 17593:539aea0e59f4

edit.m: Remove debugging code from previous cset. * scripts/miscellaneous/edit.m: Remove keyboard command.
author Rik <rik@octave.org>
date Mon, 07 Oct 2013 17:10:23 -0700
parents 28eb00d3edf4
children f957fa0d2748
files scripts/miscellaneous/edit.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/edit.m	Mon Oct 07 17:06:56 2013 -0700
+++ b/scripts/miscellaneous/edit.m	Mon Oct 07 17:10:23 2013 -0700
@@ -308,7 +308,6 @@
       endif
     endif
 
-    keyboard;
     ## If the file includes a path, it may be an overloaded function.
     if (! index (file, "@") && index (file, filesep))
       ## No "@" at the beginning of the file, add to the list.