/[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.230.2.15 by miles, Tue Jul 6 10:10:47 2004 UTC revision 1.230.2.16 by miles, Sat Jul 17 02:51:55 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.230.2.15  
changed lines
  Added in v.1.230.2.16

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