* test/lisp/international/mule-tests.el:

Avoid local variables confusion.
This commit is contained in:
Glenn Morris 2018-03-09 14:05:36 -05:00
parent 16faff6a46
commit fbc7f9ae44

View file

@ -36,4 +36,7 @@
(find-auto-coding "" (buffer-size))) (find-auto-coding "" (buffer-size)))
'(utf-8 . :coding))))) '(utf-8 . :coding)))))
;; Stop "Local Variables" above causing confusion when visiting this file.
;;; mule-tests.el ends here ;;; mule-tests.el ends here