aboutsummaryrefslogtreecommitdiff
path: root/test/emacs
diff options
context:
space:
mode:
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>2012-03-10 07:54:15 +0400
committerDavid Bremner <bremner@debian.org>2012-04-12 08:40:33 -0300
commit6409a27b2c835223806e4b14cc219c927856c256 (patch)
treeddf74969d0df53e45ce64b2de4fd3549a1941953 /test/emacs
parent075d7df01ea736bfc6071a002c356a6f3119079d (diff)
emacs: get rid of trailing spaces in notmuch-hello view
This patch removes trailing spaces in notmuch-hello view. A side effect of this change is that tag/query buttons no longer include a space at the end. This means that pressing RET when the point is at the first character after the tag/query button no longer works (note that this is the standard behavior for buttons). We may change this behavior in the future (without adding trailing spaces back) if people would find this change inconvenient.
Diffstat (limited to 'test/emacs')
-rwxr-xr-xtest/emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/emacs b/test/emacs
index c7510e9..38decd0 100755
--- a/test/emacs
+++ b/test/emacs
@@ -39,7 +39,7 @@ test_begin_subtest "Navigation of notmuch-hello to search results"
test_emacs '(notmuch-hello)
(goto-char (point-min))
(re-search-forward "inbox")
- (widget-button-press (point))
+ (widget-button-press (1- (point)))
(notmuch-test-wait)
(test-output)'
test_expect_equal_file OUTPUT $EXPECTED/notmuch-hello-view-inbox