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

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

[elpa] externals/pyim 2ff3c98 2/4: * pyim-dcache.el (pyim-dcache-write-f


From: ELPA Syncer
Subject: [elpa] externals/pyim 2ff3c98 2/4: * pyim-dcache.el (pyim-dcache-write-file): set create-lockfiles nil.
Date: Tue, 14 Dec 2021 09:57:36 -0500 (EST)

branch: externals/pyim
commit 2ff3c9819929de27d8f3e4a3d329498f03f62034
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    * pyim-dcache.el (pyim-dcache-write-file): set create-lockfiles nil.
---
 pyim-dcache.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pyim-dcache.el b/pyim-dcache.el
index 198b6f3..554af2f 100644
--- a/pyim-dcache.el
+++ b/pyim-dcache.el
@@ -152,7 +152,8 @@ VARIABLE 变量,FORCE-RESTORE 设置为 t 时,强制恢复,变量原来的
 ;; ** Dcache 文件处理功能
 (defun pyim-dcache-write-file (filename &optional confirm)
   "A helper function to write dcache files."
-  (let ((coding-system-for-write 'utf-8-unix))
+  (let ((coding-system-for-write 'utf-8-unix)
+        (create-lockfiles nil))
     (when (and confirm
                (file-exists-p filename)
                ;; NS does its own confirm dialog.



reply via email to

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