Changeset 4085 for trunk/lisp/dired-x.el
- Timestamp:
- 05/18/06 16:19:18 (3 years ago)
- Files:
-
- trunk/lisp/dired-x.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/dired-x.el
r4037 r4085 216 216 :group 'dired-x) 217 217 218 (defcustom dired-guess-shell-gnutar nil 218 (defcustom dired-guess-shell-gnutar (when (or (eq system-type 'gnu) 219 (eq system-type 'gnu/linux)) 220 "tar") 219 221 "*If non-nil, name of GNU tar executable. 220 222 \(E.g., \"tar\" or \"gtar\"). The `z' switch will be used with it for
