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:
parent
522836336e
commit
9010db4cd3
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue