diff options
| author | Glenn Morris | 2018-03-09 14:05:36 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-03-09 14:05:36 -0500 |
| commit | fbc7f9ae44a2a705e37cb7d1f9585cfaac8d13ee (patch) | |
| tree | 1fc31d17f0d32d2ff23fb2cb5c734fde889426a1 | |
| parent | 16faff6a46f28b4db2e9b91e52b27404303f3197 (diff) | |
| download | emacs-fbc7f9ae44a2a705e37cb7d1f9585cfaac8d13ee.tar.gz emacs-fbc7f9ae44a2a705e37cb7d1f9585cfaac8d13ee.zip | |
* test/lisp/international/mule-tests.el:
Avoid local variables confusion.
| -rw-r--r-- | test/lisp/international/mule-tests.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lisp/international/mule-tests.el b/test/lisp/international/mule-tests.el index 3c3bae14934..59c9ff5aab1 100644 --- a/test/lisp/international/mule-tests.el +++ b/test/lisp/international/mule-tests.el | |||
| @@ -36,4 +36,7 @@ | |||
| 36 | (find-auto-coding "" (buffer-size))) | 36 | (find-auto-coding "" (buffer-size))) |
| 37 | '(utf-8 . :coding))))) | 37 | '(utf-8 . :coding))))) |
| 38 | 38 | ||
| 39 | ;; Stop "Local Variables" above causing confusion when visiting this file. | ||
| 40 | |||
| 41 | |||
| 39 | ;;; mule-tests.el ends here | 42 | ;;; mule-tests.el ends here |