emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/dired.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/dired.el [lexbind]
Date: Thu, 20 Nov 2003 19:36:35 -0500

Index: emacs/lisp/dired.el
diff -c emacs/lisp/dired.el:1.230.2.2 emacs/lisp/dired.el:1.230.2.3
*** emacs/lisp/dired.el:1.230.2.2       Tue Oct 14 19:50:55 2003
--- emacs/lisp/dired.el Thu Nov 20 19:36:02 2003
***************
*** 2770,2776 ****
  ;; So anything that does not contain these is sort "by name".
  
  (defvar dired-ls-sorting-switches "SXU"
!   "String of `ls' switches (single letters) except `t' that influence 
sorting.")
  
  (defvar dired-sort-by-date-regexp
    (concat "^-[^" dired-ls-sorting-switches
--- 2770,2783 ----
  ;; So anything that does not contain these is sort "by name".
  
  (defvar dired-ls-sorting-switches "SXU"
!   "String of `ls' switches \(single letters\) except `t' that influence 
sorting.
! 
! This indicates to Dired which option switches to watch out for because they
! will change the sorting order behavior of `ls'.
! 
! To change the default sorting order \(e.g. add a `-v' option\), see the
! variable `dired-listing-switches'.  To temporarily override the listing
! format, use `\\[universal-argument] \\[dired]'.")
  
  (defvar dired-sort-by-date-regexp
    (concat "^-[^" dired-ls-sorting-switches




reply via email to

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