patch 7.4.952
Problem:    'lispwords' is tested in the old way.
Solution:   Make a new style test for 'lispwords'.
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index 9763509..21a5241 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -1,5 +1,6 @@
 " A series of tests that can run in one Vim invocation.
 " This makes testing go faster, since Vim doesn't need to restart.
 
-source test_undolevels.vim
+source test_lispwords.vim
 source test_sort.vim
+source test_undolevels.vim