diff lisp/vc.el @ 53289:ef22c9575b53

Merged in changes from CVS HEAD Patches applied: * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-138 Update from CVS * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-139 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-15
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 28 Dec 2003 16:03:57 +0000
parents f0eb34e60705 019243f7a304
children 82c3b4da43ca
line wrap: on
line diff
--- a/lisp/vc.el	Sat Dec 27 14:24:02 2003 +0000
+++ b/lisp/vc.el	Sun Dec 28 16:03:57 2003 +0000
@@ -7,7 +7,7 @@
 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
 ;; Keywords: tools
 
-;; $Id: vc.el,v 1.360 2003/09/01 15:45:17 miles Exp $
+;; $Id: vc.el,v 1.361 2003/12/24 23:18:10 uid66361 Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -2144,7 +2144,7 @@
 	;; We cannot remove the top level directory.
 	;; Just make it look a little nicer.
 	(forward-line 1)
-	(kill-line)
+	(or (eobp) (kill-line))
 	(if (not (dired-next-subdir 1 t))
 	    (goto-char (point-max))))))
   (goto-char (point-min)))