/[emacs]/emacs/src/macfns.c
ViewVC logotype

Diff of /emacs/src/macfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by lektu, Tue Jul 9 09:46:03 2002 UTC revision 1.6 by lektu, Wed Jul 10 08:44:21 2002 UTC
# Line 3825  This function is an internal primitive-- Line 3825  This function is an internal primitive--
3825    int minibuffer_only = 0;    int minibuffer_only = 0;
3826    long window_prompting = 0;    long window_prompting = 0;
3827    int width, height;    int width, height;
3828    int count = BINDING_STACK_SIZE ();    int count = SPECPDL_INDEX ();
3829    struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;    struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
3830    Lisp_Object display;    Lisp_Object display;
3831    struct mac_display_info *dpyinfo = NULL;    struct mac_display_info *dpyinfo = NULL;
# Line 9750  Value is t is tooltip was open, nil othe Line 9750  Value is t is tooltip was open, nil othe
9750    GCPRO2 (frame, timer);    GCPRO2 (frame, timer);
9751    tip_frame = tip_timer = deleted = Qnil;    tip_frame = tip_timer = deleted = Qnil;
9752        
9753    count = BINDING_STACK_SIZE ();    count = SPECPDL_INDEX ();
9754    specbind (Qinhibit_redisplay, Qt);    specbind (Qinhibit_redisplay, Qt);
9755    specbind (Qinhibit_quit, Qt);    specbind (Qinhibit_quit, Qt);
9756        

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26