# HG changeset patch # User jwe # Date 820992372 0 # Node ID 1eb115526def9a3851db8323d5dcb6eea939570f # Parent bcb2a18534a8b17bc92e45ee3c123390ff0dcc74 [project @ 1996-01-07 05:26:12 by jwe] diff -r bcb2a18534a8 -r 1eb115526def src/input.cc --- 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";