(exec-suffixes): Initialize to a system-dependent value.
[bpt/emacs.git] / lisp / ls-lisp.el
index bac2fc8..aeada6e 100644 (file)
@@ -2,10 +2,10 @@
 
 ;; Copyright (C) 1992, 1994, 2000 Free Software Foundation, Inc.
 
-;; Author:             Sebastian Kremer <sk@thp.uni-koeln.de>
-;; Modified by:                Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>
-;; Maintainer:         FSF
-;; Keywords:           unix, dired
+;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>
+;; Modified by: Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>
+;; Maintainer: FSF
+;; Keywords: unix, dired
 
 ;; This file is part of GNU Emacs.
 
@@ -491,7 +491,7 @@ SWITCHES, TIME-INDEX and NOW give the full switch list and time data."
                        (memq 'gid ls-lisp-verbosity))
                    (if (memq system-type '(macos windows-nt ms-dos))
                        ;; No useful concept of group...
-                       "root"
+                       " root"
                      (let* ((gid (nth 3 file-attr))
                             (group (user-login-name gid)))
                        (if group