1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(ls-lisp-format): Leave a blank before "root".

This commit is contained in:
Eli Zaretskii 2001-04-12 15:16:28 +00:00
parent 522836336e
commit 9010db4cd3
2 changed files with 5 additions and 1 deletions

View file

@ -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