Show
Ignore:
Timestamp:
11/26/05 08:33:26 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-CVS_HEAD/lisp/eshell/em-ls.el

    r3799 r3988  
    280280          (setq switches (split-string switches))) 
    281281      (let (eshell-current-handles 
    282             eshell-current-subjob-p) 
     282            eshell-current-subjob-p 
     283            font-lock-mode) 
    283284        ;; use the fancy highlighting in `eshell-ls' rather than font-lock 
    284285        (when (and eshell-ls-use-colors 
     
    321322  (defvar show-size) 
    322323  (defvar sort-method) 
    323   (defvar ange-cache)) 
     324  (defvar ange-cache) 
     325  (defvar dired-flag)) 
    324326 
    325327(defun eshell-do-ls (&rest args) 
     
    334336         "show all files in directory") 
    335337     (?c nil by-ctime sort-method 
    336          "sort by modification time") 
     338         "sort by last status change time") 
    337339     (?d "directory" nil dir-literal 
    338340         "list directory entries instead of contents") 
     
    373375     (?1 nil single-column listing-style 
    374376         "list one file per line") 
     377     (nil "dired" nil dired-flag 
     378          "Here for compatibility with GNU ls.") 
    375379     (nil "help" nil nil 
    376380          "show this usage display")