emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ls-lisp.el
Date: Thu, 16 Jun 2005 12:08:03 -0400

Index: emacs/lisp/ls-lisp.el
diff -c emacs/lisp/ls-lisp.el:1.54 emacs/lisp/ls-lisp.el:1.55
*** emacs/lisp/ls-lisp.el:1.54  Sat Sep 25 06:55:44 2004
--- emacs/lisp/ls-lisp.el       Thu Jun 16 16:08:03 2005
***************
*** 451,457 ****
  Also, for regular files that are executable, append `*'.
  The file type indicators are `/' for directories, `@' for symbolic
  links, `|' for FIFOs, `=' for sockets, and nothing for regular files.
! \[But FIFOs and sockets are not recognised.]
  FILEDATA has the form (filename . `file-attributes').  Its `cadr' is t
  for directory, string (name linked to) for symbolic link, or nil."
    (let ((dir (cadr filedata)) (file-name (car filedata)))
--- 451,457 ----
  Also, for regular files that are executable, append `*'.
  The file type indicators are `/' for directories, `@' for symbolic
  links, `|' for FIFOs, `=' for sockets, and nothing for regular files.
! \[But FIFOs and sockets are not recognized.]
  FILEDATA has the form (filename . `file-attributes').  Its `cadr' is t
  for directory, string (name linked to) for symbolic link, or nil."
    (let ((dir (cadr filedata)) (file-name (car filedata)))




reply via email to

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