[PATCH 08/10] test: set variables using `let' instead of `setq' in Emacs tests

Xavier Maillard xavier at maillard.im
Mon Jan 23 11:05:06 PST 2012


On Tue, 28 Jun 2011 08:45:09 +0400, Dmitry Kurochkin <dmitry.kurochkin at gmail.com> wrote:
> Using `setq' for setting variables in Emacs tests affect other
> tests that may run in the same Emacs environment.  Currently it
> works because each test is run in a separate Emacs instance.  But
> in the future multiple tests will run in a single Emacs instance.
> The patch changes all variables to use `let', so the scope of the
> change is limited to a single test.

+1 (definetely)

/Xavier


More information about the notmuch mailing list