comparison src/xfns.c @ 26954:e388d69f4269

(Fx_show_tip): Add missing UNGCPRO.
author Dave Love <fx@gnu.org>
date Mon, 20 Dec 1999 10:50:36 +0000
parents 578acd06aa3b
children 06f887a1c834
comparison
equal deleted inserted replaced
26953:def8de0fb500 26954:e388d69f4269
9867 windows_or_buffers_changed = old_windows_or_buffers_changed; 9867 windows_or_buffers_changed = old_windows_or_buffers_changed;
9868 9868
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
9876 9877
9877 DEFUN ("x-hide-tip", Fx_hide_tip, Sx_hide_tip, 0, 0, 0, 9878 DEFUN ("x-hide-tip", Fx_hide_tip, Sx_hide_tip, 0, 0, 0,