emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-dispatcher.el,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-dispatcher.el,v
Date: Sun, 08 Jun 2008 14:53:19 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/06/08 14:53:18

Index: vc-dispatcher.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-dispatcher.el,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- vc-dispatcher.el    3 Jun 2008 07:56:02 -0000       1.59
+++ vc-dispatcher.el    8 Jun 2008 14:53:18 -0000       1.60
@@ -676,8 +676,9 @@
 (defun vc-dir-move-to-goal-column ()
   ;; Used to keep the cursor on the file name column.
   (beginning-of-line)
+  (unless (eolp)
   ;; Must be in sync with vc-default-status-printer.
-  (forward-char 25))
+    (forward-char 25)))
 
 (defun vc-dir-prepare-status-buffer (bname dir &optional create-new)
   "Find a buffer named BNAME showing DIR, or create a new one."




reply via email to

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