aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Hållberg <gustav@virtutech.com>2010-01-29 11:55:50 +0100
committerGustav Hållberg <gustav@virtutech.com>2010-01-29 11:55:50 +0100
commitea696de91d6b8e99497cf9c67c3385d0709f242c (patch)
treedbd9dd17fdcfa2e1aaf0d8e779bdb12e7cb37736
parent0b71b4dc1acf1770c3bd7796487232feb936c99e (diff)
downloadstgit-ea696de91d6b8e99497cf9c67c3385d0709f242c.tar.gz
stgit.el: Made a few wide lines more narrow
Signed-off-by: Gustav Hållberg <gustav@virtutech.com>
-rw-r--r--contrib/stgit.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/stgit.el b/contrib/stgit.el
index 4af6243..234dcaa 100644
--- a/contrib/stgit.el
+++ b/contrib/stgit.el
@@ -43,7 +43,8 @@ instead of \"dir/old/file -> dir/new/file\"."
(defcustom stgit-default-show-worktree t
"Set to non-nil to by default show the working tree in a new stgit buffer.
-Use \\<stgit-mode-map>\\[stgit-toggle-worktree] to toggle the this setting in an already-started StGit buffer."
+Use \\<stgit-mode-map>\\[stgit-toggle-worktree] to toggle the
+this setting in an already-started StGit buffer."
:type 'boolean
:group 'stgit
:link '(variable-link stgit-show-worktree))
@@ -1350,7 +1351,9 @@ PATCHSYM."
(when (and node file)
(let* ((file-ewoc (stgit-patch->files-ewoc (ewoc-data node)))
(file-node (ewoc-nth file-ewoc 0)))
- (while (and file-node (not (equal (stgit-file->file (ewoc-data file-node)) file)))
+ (while (and file-node
+ (not (equal (stgit-file->file (ewoc-data file-node))
+ file)))
(setq file-node (ewoc-next file-ewoc file-node)))
(when file-node
(ewoc-goto-node file-ewoc file-node)