]> code.delx.au - gnu-emacs/commitdiff
* test/automated/files.el: Stop "local variables" confusion.
authorGlenn Morris <rgm@gnu.org>
Thu, 11 Jul 2013 16:00:05 +0000 (09:00 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 11 Jul 2013 16:00:05 +0000 (09:00 -0700)
test/ChangeLog
test/automated/files.el

index 926677212ba8b48adb58fd195e9b4e1f915cf2cf..1df70aecc66603cc449ad34fa92b64b49be4335f 100644 (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):
index f2d2192a420347d4e513dcf815900d8f133f52c0..8ce2ed7230c30a4cce5043434ff695584e31fd23 100644 (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.
+\f
+
 ;;; files.el ends here