From: Richard M. Stallman Date: Tue, 27 Aug 1996 17:45:29 +0000 (+0000) Subject: (dired-chown-program): Replace lignux with gnu/linux. X-Git-Tag: emacs-20.1~4000 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=642027970bc1f575b67bddef3008ff8598f2dc5a;p=emacs.git (dired-chown-program): Replace lignux with gnu/linux. --- diff --git a/lisp/dired.el b/lisp/dired.el index 65f8a4e6dee..c22e5306e1d 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -48,7 +48,7 @@ may contain even `F', `b', `i' and `s'. See also the variable ;;;###autoload (defvar dired-chown-program - (if (memq system-type '(hpux dgux usg-unix-v irix linux lignux)) + (if (memq system-type '(hpux dgux usg-unix-v irix linux gnu/linux)) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown"