aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c
index cc846fd38ee..8764591336e 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -7206,8 +7206,7 @@ which_symbols (Lisp_Object obj, EMACS_INT find_max)
7206 } 7206 }
7207 7207
7208 out: 7208 out:
7209 unbind_to (gc_count, Qnil); 7209 return unbind_to (gc_count, found);
7210 return found;
7211} 7210}
7212 7211
7213#ifdef SUSPICIOUS_OBJECT_CHECKING 7212#ifdef SUSPICIOUS_OBJECT_CHECKING