/[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.6 by lektu, Wed Jul 10 08:44:21 2002 UTC revision 1.7 by lektu, Thu Jul 11 14:13:09 2002 UTC
# Line 9304  x_create_tip_frame (dpyinfo, parms) Line 9304  x_create_tip_frame (dpyinfo, parms)
9304    Lisp_Object name;    Lisp_Object name;
9305    long window_prompting = 0;    long window_prompting = 0;
9306    int width, height;    int width, height;
9307    int count = specpdl_ptr - specpdl;    int count = SPECPDL_INDEX ();
9308    struct gcpro gcpro1, gcpro2, gcpro3;    struct gcpro gcpro1, gcpro2, gcpro3;
9309    struct kboard *kb;    struct kboard *kb;
9310    
# Line 9562  DY added (default is 10).  */) Line 9562  DY added (default is 10).  */)
9562    unsigned pmask;    unsigned pmask;
9563    struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;    struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
9564    int old_windows_or_buffers_changed = windows_or_buffers_changed;    int old_windows_or_buffers_changed = windows_or_buffers_changed;
9565    int count = specpdl_ptr - specpdl;    int count = SPECPDL_INDEX ();
9566        
9567    specbind (Qinhibit_redisplay, Qt);    specbind (Qinhibit_redisplay, Qt);
9568    
# Line 9787  selection dialog's entry field, if MUSTM Line 9787  selection dialog's entry field, if MUSTM
9787  {  {
9788    struct frame *f = SELECTED_FRAME ();    struct frame *f = SELECTED_FRAME ();
9789    Lisp_Object file = Qnil;    Lisp_Object file = Qnil;
9790    int count = specpdl_ptr - specpdl;    int count = SPECPDL_INDEX ();
9791    struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5;    struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5;
9792    char filename[MAX_PATH + 1];    char filename[MAX_PATH + 1];
9793    char init_dir[MAX_PATH + 1];    char init_dir[MAX_PATH + 1];

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

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