emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/dired.el
Date: Wed, 14 Jul 2004 20:09:04 -0400

Index: emacs/lisp/dired.el
diff -c emacs/lisp/dired.el:1.291 emacs/lisp/dired.el:1.292
*** emacs/lisp/dired.el:1.291   Fri Jun 11 22:36:07 2004
--- emacs/lisp/dired.el Wed Jul 14 22:59:08 2004
***************
*** 620,627 ****
             (modtime (visited-file-modtime)))
         (or (eq modtime 0)
             (not (eq (car attributes) t))
!            (and (= (car (nth 5 attributes)) (car modtime))
!                 (= (nth 1 (nth 5 attributes)) (cdr modtime)))))))
  
  (defun dired-buffer-stale-p (&optional noconfirm)
    "Return non-nil if current dired buffer needs updating.
--- 620,626 ----
             (modtime (visited-file-modtime)))
         (or (eq modtime 0)
             (not (eq (car attributes) t))
!            (equal (nth 5 attributes) modtime)))))
  
  (defun dired-buffer-stale-p (&optional noconfirm)
    "Return non-nil if current dired buffer needs updating.




reply via email to

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