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)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs