aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32console.c b/src/w32console.c
index ea30853bade..330aef57584 100644
--- a/src/w32console.c
+++ b/src/w32console.c
@@ -793,7 +793,7 @@ Arguments should be indices between 0 and 15, see w32console.el. */)
793{ 793{
794 char_attr_normal = XFASTINT (foreground) + (XFASTINT (background) << 4); 794 char_attr_normal = XFASTINT (foreground) + (XFASTINT (background) << 4);
795 795
796 Frecenter (Qnil); 796 Frecenter (Qnil, Qt);
797 return Qt; 797 return Qt;
798} 798}
799 799