diff options
| author | Richard M. Stallman | 1996-08-27 17:45:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-27 17:45:29 +0000 |
| commit | 642027970bc1f575b67bddef3008ff8598f2dc5a (patch) | |
| tree | 815b7c47f372535f06b64ab152a5eac6ac3f454c /lisp | |
| parent | f42aa681fac0eb4072f82b8a04c6d3e5f22f7cc5 (diff) | |
| download | emacs-642027970bc1f575b67bddef3008ff8598f2dc5a.tar.gz emacs-642027970bc1f575b67bddef3008ff8598f2dc5a.zip | |
(dired-chown-program): Replace lignux with gnu/linux.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 48 | 48 | ||
| 49 | ;;;###autoload | 49 | ;;;###autoload |
| 50 | (defvar dired-chown-program | 50 | (defvar dired-chown-program |
| 51 | (if (memq system-type '(hpux dgux usg-unix-v irix linux lignux)) | 51 | (if (memq system-type '(hpux dgux usg-unix-v irix linux gnu/linux)) |
| 52 | "chown" | 52 | "chown" |
| 53 | (if (file-exists-p "/usr/sbin/chown") | 53 | (if (file-exists-p "/usr/sbin/chown") |
| 54 | "/usr/sbin/chown" | 54 | "/usr/sbin/chown" |