emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/cape a20e8c3596: cape-dict: Use insert-file-contents (F


From: ELPA Syncer
Subject: [elpa] externals/cape a20e8c3596: cape-dict: Use insert-file-contents (Fix #26)
Date: Sun, 13 Feb 2022 04:57:19 -0500 (EST)

branch: externals/cape
commit a20e8c3596c317619cdcecbf8fc66441e558d997
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    cape-dict: Use insert-file-contents (Fix #26)
---
 cape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cape.el b/cape.el
index ea8e323ad0..4c7e40054e 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))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]