# HG changeset patch # User Richard M. Stallman # Date 852172223 0 # Node ID aac35896dd0469f1c79ea3df934dd507f25f44bf # Parent f8d567e52662323f3061a9c463eaaa14a47c2999 (dired-do-chxxx): Use -- only on GNU systems. diff -r f8d567e52662 -r aac35896dd04 lisp/dired-aux.el --- a/lisp/dired-aux.el Thu Jan 02 01:30:36 1997 +0000 +++ b/lisp/dired-aux.el Thu Jan 02 02:30:23 1997 +0000 @@ -98,7 +98,10 @@ (setq failures (dired-bunch-files 10000 (function dired-check-process) - (list operation program new-attribute "--") + (append + (list operation program new-attribute) + (if (string-match "gnu" system-configuration) + '("--") nil)) files)) (dired-do-redisplay arg);; moves point if ARG is an integer (if failures