emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Sat, 26 Nov 2005 10:50:13 -0500

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.794 emacs/lisp/files.el:1.795
*** emacs/lisp/files.el:1.794   Mon Nov 14 22:19:28 2005
--- emacs/lisp/files.el Sat Nov 26 15:50:13 2005
***************
*** 3154,3160 ****
  This function returns a relative file name which is equivalent to FILENAME
  when used with that default directory as the default.
  If FILENAME and DIRECTORY lie on different machines or on different drives
! on a DOS/Windows machine, it returns FILENAME on expanded form."
    (save-match-data
      (setq directory
          (file-name-as-directory (expand-file-name (or directory
--- 3154,3160 ----
  This function returns a relative file name which is equivalent to FILENAME
  when used with that default directory as the default.
  If FILENAME and DIRECTORY lie on different machines or on different drives
! on a DOS/Windows machine, it returns FILENAME in expanded form."
    (save-match-data
      (setq directory
          (file-name-as-directory (expand-file-name (or directory




reply via email to

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