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-aux.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/dired-aux.el
Date: Mon, 19 Jul 2004 08:35:02 -0400

Index: emacs/lisp/dired-aux.el
diff -c emacs/lisp/dired-aux.el:1.125 emacs/lisp/dired-aux.el:1.126
*** emacs/lisp/dired-aux.el:1.125       Sun Jul 18 13:48:06 2004
--- emacs/lisp/dired-aux.el     Mon Jul 19 12:31:24 2004
***************
*** 163,170 ****
        (unless (let ((list list2))
                  (while (and list
                              (not (let* ((file2 (car list))
!                                         (fa1 (caddr file1))
!                                         (fa2 (caddr file2))
                                          (size1 (nth 7 fa1))
                                          (size2 (nth 7 fa2))
                                          (mtime1 (float-time (nth 5 fa1)))
--- 163,170 ----
        (unless (let ((list list2))
                  (while (and list
                              (not (let* ((file2 (car list))
!                                         (fa1 (car (cddr file1)))
!                                         (fa2 (car (cddr file2)))
                                          (size1 (nth 7 fa1))
                                          (size2 (nth 7 fa2))
                                          (mtime1 (float-time (nth 5 fa1)))




reply via email to

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