Mercurial > hg > xemacs-beta
comparison lisp/efs/dired.el @ 142:1856695b1fa9 r20-2b5
Import from CVS: tag r20-2b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:33:18 +0200 |
parents | 6608ceec7cf8 |
children | 43dd3413c7c7 |
comparison
equal
deleted
inserted
replaced
141:ea67ad3963dc | 142:1856695b1fa9 |
---|---|
219 ;; uses the user's value of the environment variable PATH. chown is | 219 ;; uses the user's value of the environment variable PATH. chown is |
220 ;; an exception as it is not always in the PATH. | 220 ;; an exception as it is not always in the PATH. |
221 | 221 |
222 ;;;###autoload | 222 ;;;###autoload |
223 (defvar dired-chown-program | 223 (defvar dired-chown-program |
224 (if (memq system-type '(hpux dgux usg-unix-v)) "chown" "/etc/chown") | 224 (if (memq system-type '(hpux dgux usg-unix-v linux)) "chown" "/etc/chown") |
225 "*Name of chown command (usually `chown' or `/etc/chown').") | 225 "*Name of chown command (usually `chown' or `/etc/chown').") |
226 | 226 |
227 ;;;###autoload | 227 ;;;###autoload |
228 (defvar dired-gnutar-program nil | 228 (defvar dired-gnutar-program nil |
229 "*If non-nil, name of the GNU tar executable (e.g. \"tar\" or \"gnutar\"). | 229 "*If non-nil, name of the GNU tar executable (e.g. \"tar\" or \"gnutar\"). |