]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-chown-program): Replace lignux with gnu/linux.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Aug 1996 17:45:29 +0000 (17:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Aug 1996 17:45:29 +0000 (17:45 +0000)
lisp/dired.el

index 65f8a4e6dee38e6269d007f40b2a85f3ef7af324..c22e5306e1d2bb84b8b962d03209e7bb785b03bd 100644 (file)
@@ -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"