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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/dired-aux.el
Date: Mon, 16 May 2005 07:33:48 -0400

Index: emacs/lisp/dired-aux.el
diff -c emacs/lisp/dired-aux.el:1.129 emacs/lisp/dired-aux.el:1.130
*** emacs/lisp/dired-aux.el:1.129       Sun May 15 21:34:47 2005
--- emacs/lisp/dired-aux.el     Mon May 16 11:33:46 2005
***************
*** 428,434 ****
         (setq base-version-list        ; there was a base version to which
               (assoc (substring fn 0 start-vn) ; this looks like a
                      dired-file-version-alist))        ; subversion
!        (not (memq (string-to-int (substring fn (+ 2 start-vn)))
                    base-version-list)) ; this one doesn't make the cut
         (progn (beginning-of-line)
                (delete-char 1)
--- 428,434 ----
         (setq base-version-list        ; there was a base version to which
               (assoc (substring fn 0 start-vn) ; this looks like a
                      dired-file-version-alist))        ; subversion
!        (not (memq (string-to-number (substring fn (+ 2 start-vn)))
                    base-version-list)) ; this one doesn't make the cut
         (progn (beginning-of-line)
                (delete-char 1)




reply via email to

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