diff src/input.h @ 2299:f296bbc757a1

[project @ 1996-06-23 03:45:44 by jwe]
author jwe
date Sun, 23 Jun 1996 03:45:44 +0000
parents 38fea6d34daf
children 8b262e771614
line wrap: on
line diff
--- a/src/input.h	Mon Jun 17 08:40:42 1996 +0000
+++ b/src/input.h	Sun Jun 23 03:45:44 1996 +0000
@@ -67,6 +67,9 @@
 // A line of input.
 extern string current_input_line;
 
+// TRUE after a call to completion_matches().
+extern bool octave_completion_matches_called;
+
 char *gnu_readline (const char *s, bool force_readline = false);
 
 extern string Vps4;