From 59adb2da193efef806b37e2c85981024a39ee2e3 Mon Sep 17 00:00:00 2001 From: Dmitry Kurochkin Date: Sun, 18 Dec 2011 04:21:21 +0400 Subject: emacs: do not call `notmuch-hello-mode' on update `notmuch-hello' should call `notmuch-hello-mode' function only when run for the first time. But before the change, `notmuch-hello' used `kill-all-local-variables' to remove editable widgets fields. This caused the major mode to be reset, and `notmuch-hello-mode' to be called every time. The patch manually deletes all editable widget fields and removes `kill-all-local-variables' call. --- test/emacs | 1 - 1 file changed, 1 deletion(-) (limited to 'test/emacs') diff --git a/test/emacs b/test/emacs index b4c2444..dffad0f 100755 --- a/test/emacs +++ b/test/emacs @@ -486,7 +486,6 @@ counter=$(test_emacs \ test_expect_equal "$counter" 1 test_begin_subtest "notmuch-hello-mode hook is not called on updates" -test_subtest_known_broken counter=$(test_emacs \ '(let ((notmuch-hello-mode-hook-counter 0)) (kill-buffer "*notmuch-hello*") -- cgit v1.2.3