emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107644: (dired-listing-switches): ap


From: Sam Steingold
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107644: (dired-listing-switches): apparently, "ls -b" is actually supposed to work
Date: Wed, 21 Mar 2012 13:15:39 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107644
committer: Sam Steingold <address@hidden>
branch nick: trunk
timestamp: Wed 2012-03-21 13:15:39 -0400
message:
  (dired-listing-switches): apparently, "ls -b" is actually supposed to work
modified:
  lisp/dired.el
=== modified file 'lisp/dired.el'
--- a/lisp/dired.el     2012-03-21 16:07:04 +0000
+++ b/lisp/dired.el     2012-03-21 17:15:39 +0000
@@ -52,8 +52,8 @@
 ;;;###autoload
 (defcustom dired-listing-switches (purecopy "-al")
   "Switches passed to `ls' for Dired.  MUST contain the `l' option.
-May contain all other options that don't contradict `-l' except for `b';
-may contain even `F', `i' and `s'.  See also the variable
+May contain all other options that don't contradict `-l';
+may contain even `F', `b', `i' and `s'.  See also the variable
 `dired-ls-F-marks-symlinks' concerning the `F' switch.
 On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,
 some of the `ls' switches are not supported; see the doc string of


reply via email to

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