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

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

[elpa] externals/undo-tree 9b55464 126/195: Make undo history filename m


From: Stefan Monnier
Subject: [elpa] externals/undo-tree 9b55464 126/195: Make undo history filename match docs.
Date: Sat, 28 Nov 2020 13:41:36 -0500 (EST)

branch: externals/undo-tree
commit 9b55464d1784c813f28959cabb47e2727b9cb84e
Author: Toby S. Cubitt <toby-undo-tree@dr-qubit.org>
Commit: Toby S. Cubitt <toby-undo-tree@dr-qubit.org>

    Make undo history filename match docs.
---
 undo-tree.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/undo-tree.el b/undo-tree.el
index 91f202d..7796f3d 100644
--- a/undo-tree.el
+++ b/undo-tree.el
@@ -2907,7 +2907,7 @@ backup doesn't exist, it is created."
   (let* ((backup-directory-alist undo-tree-history-directory-alist)
         (name (make-backup-file-name-1 file)))
     (concat (file-name-directory name) "." (file-name-nondirectory name)
-           ".~undo-tree~")))
+           "~undo-tree~")))
 
 
 (defun undo-tree-save-history (&optional filename overwrite)



reply via email to

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