emacs-diffs
[Top][All Lists]
Advanced

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

master 934585a: dired-ls-F-marks-symlinks should be set under Macos


From: Lars Ingebrigtsen
Subject: master 934585a: dired-ls-F-marks-symlinks should be set under Macos
Date: Tue, 4 Aug 2020 08:31:47 -0400 (EDT)

branch: master
commit 934585a6498428f60d709e2ec0379f4667554c6b
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    dired-ls-F-marks-symlinks should be set under Macos
    
    * lisp/dired.el (dired-ls-F-marks-symlinks): Not that this should
    be set under Macos (bug#42537).
---
 lisp/dired.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/dired.el b/lisp/dired.el
index 1792250..d19d6d1 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -125,7 +125,7 @@ For more details, see Info node `(emacs)ls in Lisp'."
   "Informs Dired about how `ls -lF' marks symbolic links.
 Set this to t if `ls' (or whatever program is specified by
 `insert-directory-program') with `-lF' marks the symbolic link
-itself with a trailing @ (usually the case under Ultrix).
+itself with a trailing @ (usually the case under Ultrix and macOS).
 
 Example: if `ln -s foo bar; ls -F bar' gives `bar -> foo', set it to
 nil (the default), if it gives `bar@ -> foo', set it to t.



reply via email to

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