Index: gtk2_ardour/editor_selection.cc
===================================================================
--- gtk2_ardour/editor_selection.cc	(revision 5023)
+++ gtk2_ardour/editor_selection.cc	(working copy)
@@ -1016,7 +1016,7 @@
 		}
 	}
 
-	begin_reversible_command (_("select all within"));
+	//begin_reversible_command (_("select all within"));
 	switch (op) {
 	case Selection::Add:
 		selection->add (touched);
@@ -1032,7 +1032,7 @@
 		break;
 	}
 	
-	commit_reversible_command ();
+	//commit_reversible_command ();
 
 	return !touched.empty();
 }
