emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/dired-x.el


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/dired-x.el
Date: Mon, 15 May 2006 08:52:19 +0000

Index: emacs/lisp/dired-x.el
diff -u emacs/lisp/dired-x.el:1.70 emacs/lisp/dired-x.el:1.71
--- emacs/lisp/dired-x.el:1.70  Thu Feb  9 19:20:46 2006
+++ emacs/lisp/dired-x.el       Mon May 15 08:52:17 2006
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]