changeset 1705:1eb115526def

[project @ 1996-01-07 05:26:12 by jwe]
author jwe
date Sun, 07 Jan 1996 05:26:12 +0000
parents bcb2a18534a8
children 6bb0c67bbf24
files src/input.cc
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/input.cc	Sun Jan 07 05:22:36 1996 +0000
+++ b/src/input.cc	Sun Jan 07 05:26:12 1996 +0000
@@ -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";