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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/dired.el [emacs-unicode-2]
Date: Fri, 16 Jul 2004 22:49:54 -0400

Index: emacs/lisp/dired.el
diff -c emacs/lisp/dired.el:1.264.2.2 emacs/lisp/dired.el:1.264.2.3
*** emacs/lisp/dired.el:1.264.2.2       Mon Jun 28 07:28:28 2004
--- emacs/lisp/dired.el Sat Jul 17 02:46:46 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]