emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Wed, 30 Mar 2005 17:33:07 -0500

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.534 emacs/src/fileio.c:1.535
*** emacs/src/fileio.c:1.534    Mon Mar 28 21:31:14 2005
--- emacs/src/fileio.c  Wed Mar 30 22:33:00 2005
***************
*** 2078,2084 ****
  #if defined (APOLLO) || defined (WINDOWSNT) || defined(CYGWIN)
          /* // at start of file name is meaningful in Apollo,
             WindowsNT and Cygwin systems.  */
!         && !(IS_DIRECTORY_SEP (p[0]) && p - 1 != nm)
  #endif /* not (APOLLO || WINDOWSNT || CYGWIN) */
              )
        {
--- 2078,2084 ----
  #if defined (APOLLO) || defined (WINDOWSNT) || defined(CYGWIN)
          /* // at start of file name is meaningful in Apollo,
             WindowsNT and Cygwin systems.  */
!         && !(IS_DIRECTORY_SEP (p[0]) && p - 1 == nm)
  #endif /* not (APOLLO || WINDOWSNT || CYGWIN) */
              )
        {




reply via email to

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