[PATCH v2 3/5] test: fix hook-counter to accept the new no-display param

2012-09-03 Thread Michal Nazarewicz
Jani Nikula writes: > notmuch-hello-refresh-hook is now called with no-display param. Accept > (and ignore) it in hook-counter. This should go together with the previous patch since without this change, previous patch breaks code. > --- > test/test-lib.el |2 +- > 1 file changed, 1 insertio

Re: [PATCH v2 3/5] test: fix hook-counter to accept the new no-display param

2012-09-03 Thread Michal Nazarewicz
Jani Nikula writes: > notmuch-hello-refresh-hook is now called with no-display param. Accept > (and ignore) it in hook-counter. This should go together with the previous patch since without this change, previous patch breaks code. > --- > test/test-lib.el |2 +- > 1 file changed, 1 insertio

[PATCH v2 3/5] test: fix hook-counter to accept the new no-display param

2012-09-02 Thread Jani Nikula
notmuch-hello-refresh-hook is now called with no-display param. Accept (and ignore) it in hook-counter. --- test/test-lib.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-lib.el b/test/test-lib.el index fa3380c..864780c 100644 --- a/test/test-lib.el +++ b/test/te

[PATCH v2 3/5] test: fix hook-counter to accept the new no-display param

2012-09-02 Thread Jani Nikula
notmuch-hello-refresh-hook is now called with no-display param. Accept (and ignore) it in hook-counter. --- test/test-lib.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-lib.el b/test/test-lib.el index fa3380c..864780c 100644 --- a/test/test-lib.el +++ b/test/te