From e04f89015d1f766d16e9e84ea9955f6d598fb09d Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 29 Nov 1994 20:45:13 +0000 Subject: [PATCH] * top.c (read_next_line): Pass annotation suffix "commands" instead of "command", matches documentation. --- gdb/ChangeLog | 5 +++++ gdb/top.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d8206899f59..0684a35860e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 29 12:23:25 1994 Stan Shebs (shebs@andros.cygnus.com) + + * top.c (read_next_line): Pass annotation suffix "commands" + instead of "command", matches documentation. + Mon Nov 28 14:53:21 1994 Stan Shebs (shebs@andros.cygnus.com) * config/a29k/tm-a29k.h (setup_arbitrary_frame): Replace diff --git a/gdb/top.c b/gdb/top.c index e28b9bbb378..17e85c02361 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1845,7 +1845,7 @@ read_next_line (command) else prompt_ptr = NULL; - p = command_line_input (prompt_ptr, instream == stdin, "command"); + p = command_line_input (prompt_ptr, instream == stdin, "commands"); /* Not sure what to do here. */ if (p == NULL) -- 2.30.2