From: Glenn Morris Date: Thu, 11 Jul 2013 16:00:05 +0000 (-0700) Subject: * test/automated/files.el: Stop "local variables" confusion. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1841 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=709c6d2b1cdb80fc3a33a8493c01ba32a9eb3b42;p=emacs.git * test/automated/files.el: Stop "local variables" confusion. --- diff --git a/test/ChangeLog b/test/ChangeLog index 926677212ba..1df70aecc66 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,5 +1,7 @@ 2013-07-11 Glenn Morris + * automated/files.el: Stop "local variables" confusion. + * automated/flymake-tests.el (flymake-tests): Remove unused group. * automated/icalendar-tests.el (icalendar-tests--do-test-cycle): diff --git a/test/automated/files.el b/test/automated/files.el index f2d2192a420..8ce2ed7230c 100644 --- a/test/automated/files.el +++ b/test/automated/files.el @@ -146,4 +146,7 @@ form.") (should (file-test--do-local-variables-test str subtest)))))) (ad-disable-advice 'hack-local-variables-confirm 'around 'files-test))) +;; Stop the above "Local Var..." confusing Emacs. + + ;;; files.el ends here