emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/macfns.c


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/macfns.c
Date: Sun, 18 Sep 2005 01:42:13 -0400

Index: emacs/src/macfns.c
diff -c emacs/src/macfns.c:1.66 emacs/src/macfns.c:1.67
*** emacs/src/macfns.c:1.66     Sun Aug  7 12:33:17 2005
--- emacs/src/macfns.c  Sun Sep 18 05:42:12 2005
***************
*** 94,99 ****
--- 94,104 ----
  
  extern Lisp_Object Vwindow_system_version;
  
+ #if GLYPH_DEBUG
+ int image_cache_refcount, dpyinfo_refcount;
+ #endif
+ 
+ 
  #if 0 /* Use xstricmp instead.  */
  /* compare two strings ignoring case */
  
***************
*** 4145,4150 ****
--- 4150,4156 ----
      options.optionFlags = kNavDefaultNavDlogOptions;
      options.optionFlags |= kNavAllFilesInPopup;  /* All files allowed */
      options.optionFlags |= kNavSelectAllReadableItem;
+     options.optionFlags &= ~kNavAllowMultipleFiles;
      if (!NILP(prompt))
        {
        message = cfstring_create_with_string (prompt);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]