# HG changeset patch # User Romain Francoise # Date 1147683137 0 # Node ID 002eb5def53635dca34deff4c2ff2058d7ce4f86 # Parent 3854e2f081474bcafed584ffc945b6d4fff5d316 (dired-guess-shell-gnutar): On GNU and GNU/Linux systems, default to "tar" since those systems probably have GNU tar. diff -r 3854e2f08147 -r 002eb5def536 lisp/ChangeLog --- a/lisp/ChangeLog Mon May 15 05:57:05 2006 +0000 +++ b/lisp/ChangeLog Mon May 15 08:52:17 2006 +0000 @@ -1,3 +1,9 @@ +2006-05-15 Romain Francoise + + * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux + systems, default to "tar" since those systems probably have GNU + tar. + 2006-05-14 Lars Hansen * desktop.el (desktop-missing-file-warning): Fix docstring. diff -r 3854e2f08147 -r 002eb5def536 lisp/dired-x.el --- a/lisp/dired-x.el Mon May 15 05:57:05 2006 +0000 +++ b/lisp/dired-x.el Mon May 15 08:52:17 2006 +0000 @@ -215,7 +215,9 @@ :type 'boolean :group 'dired-x) -(defcustom dired-guess-shell-gnutar nil +(defcustom dired-guess-shell-gnutar (when (or (eq system-type 'gnu) + (eq system-type 'gnu/linux)) + "tar") "*If non-nil, name of GNU tar executable. \(E.g., \"tar\" or \"gtar\"). The `z' switch will be used with it for compressed or gzip'ed tar files. If you don't have GNU tar, set this