stgit.el: Move to goal column after expanding unknown directory
authorGustav Hållberg <gustav@gmail.com>
Mon, 29 Mar 2010 15:25:17 +0000 (17:25 +0200)
committerGustav Hållberg <gustav@gmail.com>
Thu, 29 Apr 2010 22:21:46 +0000 (00:21 +0200)
Signed-off-by: Gustav Hållberg <gustav@gmail.com>
contrib/stgit.el

index d3d518d..b0d1ec9 100644 (file)
@@ -844,6 +844,8 @@ See also `stgit-expand'."
         (stgit-process-files (lambda (f)
                                (setq node (ewoc-enter-after ewoc node f))))))
 
+    (move-to-column (stgit-goal-column))
+
     (let ((inhibit-read-only t))
       (put-text-property start end 'patch-data patch))))