From fa731fa0d400568fb1fd68c247fc0c55b53c2a2f Mon Sep 17 00:00:00 2001
From: Philippe Waroquiers <philippe.waroquiers@skynet.be>
Date: Sun, 28 Apr 2019 06:54:32 +0200
Subject: Follow-up to Support style in 'frame|thread apply'

Fix build problem when configuring with guile.
Fix the forgotten copy of ChangeLog info to ChangeLog.
---
 gdb/guile/guile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gdb/guile/guile.c')

diff --git a/gdb/guile/guile.c b/gdb/guile/guile.c
index faf7f33..9247fd6 100644
--- a/gdb/guile/guile.c
+++ b/gdb/guile/guile.c
@@ -307,7 +307,7 @@ gdbscm_execute_gdb_command (SCM command_scm, SCM rest)
 
       scoped_restore preventer = prevent_dont_repeat ();
       if (to_string)
-	to_string_res = execute_command_to_string (command, from_tty);
+	to_string_res = execute_command_to_string (command, from_tty, false);
       else
 	execute_command (command, from_tty);
 
-- 
cgit v1.1