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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Sun, 30 May 2004 17:22:55 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.700 emacs/lisp/files.el:1.701
*** emacs/lisp/files.el:1.700   Sun May 30 13:34:19 2004
--- emacs/lisp/files.el Sun May 30 21:21:42 2004
***************
*** 481,490 ****
  
  (defun convert-standard-filename (filename)
    "Convert a standard file's name to something suitable for the current OS.
! This function's standard definition is trivial; it just returns the argument.
! However, on some systems, the function is redefined with a definition
! that really does change some file names to canonicalize certain
! patterns and to guarantee valid names."
    filename)
  
  (defun read-directory-name (prompt &optional dir default-dirname mustmatch 
initial)
--- 481,495 ----
  
  (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.
! 
! This function's standard definition is trivial; it just returns
! the argument.  However, on Windows and DOS, replace invalid
! 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)




reply via email to

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