emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/tar-mode.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/tar-mode.el
Date: Sat, 15 Feb 2003 14:20:47 -0500

Index: emacs/lisp/tar-mode.el
diff -c emacs/lisp/tar-mode.el:1.91 emacs/lisp/tar-mode.el:1.92
*** emacs/lisp/tar-mode.el:1.91 Tue Feb  4 07:07:54 2003
--- emacs/lisp/tar-mode.el      Sat Feb 15 14:20:47 2003
***************
*** 349,356 ****
      (format "%c%c%s%8s/%-8s%7s%s %s%s"
            (if mod-p ?* ? )
            (cond ((or (eq type nil) (eq type 0)) ?-)
!                 ((eq type 1) ?l)      ; link
!                 ((eq type 2) ?s)      ; symlink
                  ((eq type 3) ?c)      ; char special
                  ((eq type 4) ?b)      ; block special
                  ((eq type 5) ?d)      ; directory
--- 349,356 ----
      (format "%c%c%s%8s/%-8s%7s%s %s%s"
            (if mod-p ?* ? )
            (cond ((or (eq type nil) (eq type 0)) ?-)
!                 ((eq type 1) ?h)      ; link
!                 ((eq type 2) ?l)      ; symlink
                  ((eq type 3) ?c)      ; char special
                  ((eq type 4) ?b)      ; block special
                  ((eq type 5) ?d)      ; directory




reply via email to

[Prev in Thread] Current Thread [Next in Thread]