From 9010db4cd33c5cecb3de3d3a37958f4c377f87bb Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 12 Apr 2001 15:16:28 +0000 Subject: [PATCH] (ls-lisp-format): Leave a blank before "root". --- lisp/ChangeLog | 4 ++++ lisp/ls-lisp.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a85a874f130..33f613fda68 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-04-11 Eli Zaretskii + + * ls-lisp.el (ls-lisp-format): Leave a blank before "root". + 2001-04-11 John Wiegley * eshell/em-ls.el (eshell-ls-insert-directory): Set diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index bac2fc82b15..d8f52df45ea 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el @@ -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 -- 2.39.5