aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-08-27 17:45:29 +0000
committerRichard M. Stallman <[email protected]>1996-08-27 17:45:29 +0000
commit642027970bc1f575b67bddef3008ff8598f2dc5a (patch)
tree815b7c47f372535f06b64ab152a5eac6ac3f454c /lisp
parentf42aa681fac0eb4072f82b8a04c6d3e5f22f7cc5 (diff)
(dired-chown-program): Replace lignux with gnu/linux.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 65f8a4e6de..c22e5306e1 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"