* test/automated/files.el: Stop "local variables" confusion.

This commit is contained in:
Glenn Morris 2013-07-11 09:00:05 -07:00
parent 63cd50d4e2
commit 709c6d2b1c
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2013-07-11 Glenn Morris <rgm@gnu.org>
* 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):

View file

@ -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