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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Tue, 31 May 2005 09:26:22 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.772 emacs/lisp/files.el:1.773
*** emacs/lisp/files.el:1.772   Sat May 21 02:42:00 2005
--- emacs/lisp/files.el Tue May 31 13:26:21 2005
***************
*** 514,519 ****
--- 514,523 ----
  This means to guarantee valid names and perhaps to canonicalize
  certain patterns.
  
+ FILENAME should be an absolute file name since the conversion rules
+ sometimes vary depending on the position in the file name.  E.g. c:/foo
+ is a valid DOS file name, but c:/bar/c:/foo is not.
+ 
  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




reply via email to

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