[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/files.el
From: |
Kai Großjohann |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/files.el |
Date: |
Sun, 22 Sep 2002 09:01:10 -0400 |
Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.613 emacs/lisp/files.el:1.614
*** emacs/lisp/files.el:1.613 Fri Sep 13 16:22:11 2002
--- emacs/lisp/files.el Sun Sep 22 09:01:10 2002
***************
*** 3969,3974 ****
--- 3969,3977 ----
;; dired-insert-headerline
;; dired-after-subdir-garbage (defines what a "total" line is)
;; - variable dired-subdir-regexp
+ ;; - may be passed "--dired" as the first argument in SWITCHES.
+ ;; Filename handlers might have to remove this switch if their
+ ;; "ls" command does not support it.
(defun insert-directory (file switches &optional wildcard full-directory-p)
"Insert directory listing for FILE, formatted according to SWITCHES.
Leaves point after the inserted text.
- [Emacs-diffs] Changes to emacs/lisp/files.el, Richard M. Stallman, 2002/09/01
- [Emacs-diffs] Changes to emacs/lisp/files.el, Colin Walters, 2002/09/07
- [Emacs-diffs] Changes to emacs/lisp/files.el, Richard M. Stallman, 2002/09/09
- [Emacs-diffs] Changes to emacs/lisp/files.el, Richard M. Stallman, 2002/09/09
- [Emacs-diffs] Changes to emacs/lisp/files.el, Markus Rost, 2002/09/09
- [Emacs-diffs] Changes to emacs/lisp/files.el, Kai Großjohann, 2002/09/10
- [Emacs-diffs] Changes to emacs/lisp/files.el, Richard M. Stallman, 2002/09/10
- [Emacs-diffs] Changes to emacs/lisp/files.el, Markus Rost, 2002/09/13
- [Emacs-diffs] Changes to emacs/lisp/files.el,
Kai Großjohann <=