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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Sun, 14 Nov 2004 18:40:37 -0500

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.727 emacs/lisp/files.el:1.728
*** emacs/lisp/files.el:1.727   Sun Nov 14 18:11:01 2004
--- emacs/lisp/files.el Sun Nov 14 23:24:14 2004
***************
*** 478,484 ****
        (apply op args))))
  
  (defun convert-standard-filename (filename)
!   "Convert a standard file's name to something suitable for the current OS.
  This means to guarantee valid names and perhaps to canonicalize
  certain patterns.
  
--- 478,484 ----
        (apply op args))))
  
  (defun convert-standard-filename (filename)
!   "Convert a standard file's name to something suitable for the OS.
  This means to guarantee valid names and perhaps to canonicalize
  certain patterns.
  
***************
*** 487,493 ****
  characters.  On DOS, make sure to obey the 8.3 limitations.  On
  Windows, turn Cygwin names into native names, and also turn
  slashes into backslashes if the shell requires it (see
! `w32-shell-dos-semantics')."
    filename)
  
  (defun read-directory-name (prompt &optional dir default-dirname mustmatch 
initial)
--- 487,495 ----
  characters.  On DOS, make sure to obey the 8.3 limitations.  On
  Windows, turn Cygwin names into native names, and also turn
  slashes into backslashes if the shell requires it (see
! `w32-shell-dos-semantics').
! 
! See Info node `(elisp)Standard File Names' for more details."
    filename)
  
  (defun read-directory-name (prompt &optional dir default-dirname mustmatch 
initial)




reply via email to

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