]> git.eshelyaron.com Git - emacs.git/commitdiff
(ls-lisp-format): Leave a blank before "root".
authorEli Zaretskii <eliz@gnu.org>
Thu, 12 Apr 2001 15:16:28 +0000 (15:16 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 12 Apr 2001 15:16:28 +0000 (15:16 +0000)
lisp/ChangeLog
lisp/ls-lisp.el

index a85a874f13073e9cce71a36e97fa5e98adeb9caa..33f613fda68a82dc554eb07f7a4f89a1b3662c5d 100644 (file)
@@ -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
index bac2fc82b1578f6a3833056c4957b1faf9172408..d8f52df45ea8366d2cb5f6b757b43c5e6a1223dd 100644 (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