Mercurial > hg > octave-lyh
diff liboctave/cmd-edit.h @ 4143:62afb31c1f85
[project @ 2002-11-01 17:27:38 by jwe]
author | jwe |
---|---|
date | Fri, 01 Nov 2002 17:27:38 +0000 |
parents | 7690958e7726 |
children | cba347c642e2 |
line wrap: on
line diff
--- a/liboctave/cmd-edit.h +++ b/liboctave/cmd-edit.h @@ -101,6 +101,8 @@ static void read_init_file (const std::string& file = std::string ()); + static bool filename_completion_desired (bool); + static int current_command_number (void); static void reset_current_command_number (int n); @@ -191,6 +193,8 @@ virtual void do_read_init_file (const std::string&) { } + virtual bool do_filename_completion_desired (bool) { return false; } + int read_octal (const std::string& s); void error (int);