Changeset 3988 for vendor/emacs-CVS_HEAD/lisp/eshell/em-ls.el
- Timestamp:
- 11/26/05 08:33:26 (3 years ago)
- Files:
-
- vendor/emacs-CVS_HEAD/lisp/eshell/em-ls.el (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/emacs-CVS_HEAD/lisp/eshell/em-ls.el
r3799 r3988 280 280 (setq switches (split-string switches))) 281 281 (let (eshell-current-handles 282 eshell-current-subjob-p) 282 eshell-current-subjob-p 283 font-lock-mode) 283 284 ;; use the fancy highlighting in `eshell-ls' rather than font-lock 284 285 (when (and eshell-ls-use-colors … … 321 322 (defvar show-size) 322 323 (defvar sort-method) 323 (defvar ange-cache)) 324 (defvar ange-cache) 325 (defvar dired-flag)) 324 326 325 327 (defun eshell-do-ls (&rest args) … … 334 336 "show all files in directory") 335 337 (?c nil by-ctime sort-method 336 "sort by modificationtime")338 "sort by last status change time") 337 339 (?d "directory" nil dir-literal 338 340 "list directory entries instead of contents") … … 373 375 (?1 nil single-column listing-style 374 376 "list one file per line") 377 (nil "dired" nil dired-flag 378 "Here for compatibility with GNU ls.") 375 379 (nil "help" nil nil 376 380 "show this usage display")
