mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -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
|
|
@ -1,3 +1,7 @@
|
|||
2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* ls-lisp.el (ls-lisp-format): Leave a blank before "root".
|
||||
|
||||
2001-04-11 John Wiegley <johnw@gnu.org>
|
||||
|
||||
* eshell/em-ls.el (eshell-ls-insert-directory): Set
|
||||
|
|
|
|||
|
|
@ -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