branch: externals/tempel
commit 9cf5cc35b3579026b31e3d061eb6369b01b4ecd7
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Use insert-file-contents
---
tempel.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tempel.el b/tempel.el
index 002d779e06..0442601dbf 100644
--- a/tempel.el
+++ b/tempel.el
@@ -70,7 +70,7 @@
"Load templates from FILE."
(with-temp-buffer
(insert "(\n")
- (insert-file-contents-literally file)
+ (insert-file-contents file)
(goto-char (point-max))
(insert "\n)")
(goto-char (point-min))