branch: externals/matlab-mode
commit 70a0be86c01f4c77ffef3f2cbf0a09d27eb819ed
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
t-utils--insert-file-for-test: updated to enter utf8 mode
This ensures that multi-byte characters which are printable, e.g. smart
quotes are appropriately
represented.
---
tests/t-utils.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/t-utils.el b/tests/t-utils.el
index e0ad93d673..cc585f1153 100644
--- a/tests/t-utils.el
+++ b/tests/t-utils.el
@@ -552,7 +552,7 @@ the major mode in the temporary buffer.
If optional SKIP-CORRUPT-CHECK is non-nil, the check for corrupted content is
skipped."
- (insert-file-contents-literally file)
+ (insert-file-contents file)
;; We're testing a programming language which is using utf-8-unix encoding
(set-buffer-file-coding-system 'utf-8-unix)