diff liboctave/cmd-edit.cc @ 2967:467aae13b70a

[project @ 1997-05-15 16:47:12 by jwe]
author jwe
date Thu, 15 May 1997 16:47:12 +0000
parents b779a5b8aed4
children 9a54159563de
line wrap: on
line diff
--- a/liboctave/cmd-edit.cc	Mon May 12 20:17:35 1997 +0000
+++ b/liboctave/cmd-edit.cc	Thu May 15 16:47:12 1997 +0000
@@ -568,6 +568,13 @@
 }
 
 void
+command_editor::increment_current_command_number (void)
+{
+  if (instance_ok ())
+    instance->command_number++;
+}
+
+void
 command_editor::restore_terminal_state (void)
 {
   if (instance_ok ())