diff src/input.cc @ 1705:1eb115526def

[project @ 1996-01-07 05:26:12 by jwe]
author jwe
date Sun, 07 Jan 1996 05:26:12 +0000
parents 6708c53892c1
children 42b4f904f1af
line wrap: on
line diff
--- a/src/input.cc
+++ b/src/input.cc
@@ -937,6 +937,11 @@
 void
 initialize_readline (void)
 {
+  // Set things up internally in case some function that uses readline
+  // (currently Fclc(), maybe others) is called before readline().
+
+  rl_initialize ();
+
   // Allow conditional parsing of the ~/.inputrc file
 
   rl_readline_name = "Octave";