diff liboctave/cmd-edit.h @ 3215:bc3fdfe311a3

[project @ 1998-11-10 14:06:21 by jwe]
author jwe
date Tue, 10 Nov 1998 14:12:07 +0000
parents bef7b73c0724
children 30770ba4457a
line wrap: on
line diff
--- a/liboctave/cmd-edit.h	Fri Nov 06 16:24:13 1998 +0000
+++ b/liboctave/cmd-edit.h	Tue Nov 10 14:12:07 1998 +0000
@@ -85,6 +85,10 @@
 
   static void restore_startup_hook (void);
 
+  static void set_event_hook (fcn f);
+
+  static void restore_event_hook (void);
+
   static void read_init_file (const string& file = string ());
 
   static int current_command_number (void);
@@ -158,6 +162,10 @@
 
   virtual void do_restore_startup_hook (void) { }
 
+  virtual void do_set_event_hook (fcn) { }
+
+  virtual void do_restore_event_hook (void) { }
+
   virtual void do_read_init_file (const string&) { }
 
   int read_octal (const string& s);