From 62548eec1a46e229c82b4c793b5120480473ccac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustav=20H=C3=A5llberg?= Date: Mon, 29 Mar 2010 17:25:17 +0200 Subject: [PATCH] stgit.el: Move to goal column after expanding unknown directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Gustav HÃ¥llberg --- contrib/stgit.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/stgit.el b/contrib/stgit.el index d3d518d..b0d1ec9 100644 --- a/contrib/stgit.el +++ b/contrib/stgit.el @@ -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)))) -- 2.11.0