# HG changeset patch # User Eli Zaretskii # Date 987088563 0 # Node ID 5e7b789ce251164cfa40bcb9f6b6430249a97df3 # Parent b3696bdf83358025cd2506662e78e83e08c23037 (ls-lisp-format): Leave a blank before "root". diff -r b3696bdf8335 -r 5e7b789ce251 lisp/ls-lisp.el --- a/lisp/ls-lisp.el Thu Apr 12 12:13:27 2001 +0000 +++ b/lisp/ls-lisp.el Thu Apr 12 15:16:03 2001 +0000 @@ -491,7 +491,7 @@ (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