/[emacs]/emacs/lisp/dired.el
ViewVC logotype

Diff of /emacs/lisp/dired.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.264.2.2 by miles, Mon Jun 28 07:28:28 2004 UTC revision 1.264.2.3 by miles, Sat Jul 17 02:46:46 2004 UTC
# Line 620  If DIRNAME is already in a dired buffer, Line 620  If DIRNAME is already in a dired buffer,
620               (modtime (visited-file-modtime)))               (modtime (visited-file-modtime)))
621           (or (eq modtime 0)           (or (eq modtime 0)
622               (not (eq (car attributes) t))               (not (eq (car attributes) t))
623               (and (= (car (nth 5 attributes)) (car modtime))               (equal (nth 5 attributes) modtime)))))
                   (= (nth 1 (nth 5 attributes)) (cdr modtime)))))))  
624    
625  (defun dired-buffer-stale-p (&optional noconfirm)  (defun dired-buffer-stale-p (&optional noconfirm)
626    "Return non-nil if current dired buffer needs updating.    "Return non-nil if current dired buffer needs updating.

Legend:
Removed from v.1.264.2.2  
changed lines
  Added in v.1.264.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26