Mercurial > emacs
changeset 1465:e2fa3ce65e2a
(dired-chown-program): Treat silicon-graphics-unix like usg-unix-v.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 21 Oct 1992 19:30:34 +0000 |
parents | 7f25b15a6809 |
children | 04b4499061fd |
files | lisp/dired.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired.el Wed Oct 21 06:59:39 1992 +0000 +++ b/lisp/dired.el Wed Oct 21 19:30:34 1992 +0000 @@ -46,7 +46,8 @@ ;;;###autoload (defvar dired-chown-program - (if (memq system-type '(hpux dgux usg-unix-v)) "chown" "/etc/chown") + (if (memq system-type '(hpux dgux usg-unix-v silicon-graphics-unix)) + "chown" "/etc/chown") "Name of chown command (usully `chown' or `/etc/chown').") ;;;###autoload