aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index d88e69c405f..2f06de41ff4 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -9869,7 +9869,8 @@ TIMEOUT nil means use the default timeout of 5 seconds.")
9869 /* Let the tip disappear after timeout seconds. */ 9869 /* Let the tip disappear after timeout seconds. */
9870 tip_timer = call3 (intern ("run-at-time"), timeout, Qnil, 9870 tip_timer = call3 (intern ("run-at-time"), timeout, Qnil,
9871 intern ("x-hide-tip")); 9871 intern ("x-hide-tip"));
9872 9872
9873 UNGCPRO;
9873 return unbind_to (count, Qnil); 9874 return unbind_to (count, Qnil);
9874} 9875}
9875 9876