/[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.66 by ttn, Sun Aug 7 12:33:17 2005 UTC revision 1.67 by mituharu, Sun Sep 18 05:42:12 2005 UTC
# Line 94  Lisp_Object Qcancel_timer; Line 94  Lisp_Object Qcancel_timer;
94    
95  extern Lisp_Object Vwindow_system_version;  extern Lisp_Object Vwindow_system_version;
96    
97    #if GLYPH_DEBUG
98    int image_cache_refcount, dpyinfo_refcount;
99    #endif
100    
101    
102  #if 0 /* Use xstricmp instead.  */  #if 0 /* Use xstricmp instead.  */
103  /* compare two strings ignoring case */  /* compare two strings ignoring case */
104    
# Line 4145  If ONLY-DIR-P is non-nil, the user can o Line 4150  If ONLY-DIR-P is non-nil, the user can o
4150      options.optionFlags = kNavDefaultNavDlogOptions;      options.optionFlags = kNavDefaultNavDlogOptions;
4151      options.optionFlags |= kNavAllFilesInPopup;  /* All files allowed */      options.optionFlags |= kNavAllFilesInPopup;  /* All files allowed */
4152      options.optionFlags |= kNavSelectAllReadableItem;      options.optionFlags |= kNavSelectAllReadableItem;
4153        options.optionFlags &= ~kNavAllowMultipleFiles;
4154      if (!NILP(prompt))      if (!NILP(prompt))
4155        {        {
4156          message = cfstring_create_with_string (prompt);          message = cfstring_create_with_string (prompt);

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

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