aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 46c9a10c725..df166b4924a 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -5112,8 +5112,8 @@ See Info node `(elisp)Garbage Collection'. */)
5112 5112
5113 /* Record this function, so it appears on the profiler's backtraces. */ 5113 /* Record this function, so it appears on the profiler's backtraces. */
5114 backtrace.next = backtrace_list; 5114 backtrace.next = backtrace_list;
5115 backtrace.function = &Qautomatic_gc; 5115 backtrace.function = Qautomatic_gc;
5116 backtrace.args = &Qautomatic_gc; 5116 backtrace.args = &Qnil;
5117 backtrace.nargs = 0; 5117 backtrace.nargs = 0;
5118 backtrace.debug_on_exit = 0; 5118 backtrace.debug_on_exit = 0;
5119 backtrace_list = &backtrace; 5119 backtrace_list = &backtrace;