diff options
| author | Dmitry Kurochkin <dmitry.kurochkin@gmail.com> | 2011-06-28 08:45:09 +0400 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2011-06-28 15:06:47 -0700 |
| commit | 0cc5483a9cc496bbaa1a6aef03e99b4a7686f779 (patch) | |
| tree | 28f6262cd232195b3945b6341d487f129ddc5362 /test/basic | |
| parent | 0417c1fad67440756aa789c40fbb5153a98f4ca0 (diff) | |
test: set variables using `let' instead of `setq' in Emacs tests
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.
Diffstat (limited to 'test/basic')
0 files changed, 0 insertions, 0 deletions
