diff options
Diffstat (limited to 'test/automated/files.el')
| -rw-r--r-- | test/automated/files.el | 3 | 
1 files changed, 3 insertions, 0 deletions
| 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 | 
