summaryrefslogtreecommitdiff
path: root/src/w32console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32console.c')
-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. */)
{
char_attr_normal = XFASTINT (foreground) + (XFASTINT (background) << 4);
- Frecenter (Qnil);
+ Frecenter (Qnil, Qt);
return Qt;
}