summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cape.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cape.el b/cape.el
index ea8e323..4c7e400 100644
--- a/cape.el
+++ b/cape.el
@@ -557,7 +557,7 @@ If INTERACTIVE is nil the function acts like a capf."
(or cape--dict-words
(setq cape--dict-words
(split-string (with-temp-buffer
- (insert-file-contents-literally cape-dict-file)
+ (insert-file-contents cape-dict-file)
(buffer-string))
"\n" 'omit-nulls))))