Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b1c8242b
Commit
b1c8242b
authored
Jul 09, 2009
by
Eli Zaretskii
Browse files
(Windows Files) <w32-get-true-file-attributes>: Don't be so categorical
in saying that the option is only useful on NTFS.
parent
017dab84
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+5
-0
doc/emacs/msdog.texi
doc/emacs/msdog.texi
+3
-2
No files found.
doc/emacs/ChangeLog
View file @
b1c8242b
2009-07-09 Eli Zaretskii <eliz@gnu.org>
* msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
so categorical in saying that the option is only useful on NTFS.
2009-07-09 Glenn Morris <rgm@gnu.org>
* Makefile.in (texinfodir): New variable, with location of texinfo.tex.
...
...
doc/emacs/msdog.texi
View file @
b1c8242b
...
...
@@ -187,8 +187,9 @@ will issue these additional system calls only for files on local fixed
drives. Any other non-@code{nil} value means do this even for
removable and remote volumes, where this could potentially slow down
Dired and other related features. The value of @code{nil} means never
issue those system calls. Non-@code{nil} values are only useful on
NTFS volumes, which support hard links and file security.
issue those system calls. Non-@code{nil} values are more useful on
NTFS volumes, which support hard links and file security, than on FAT,
FAT32, and XFAT volumes.
@node ls in Lisp
@section Emulation of @code{ls} on MS-Windows
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment